Home
last modified time | relevance | path

Searched defs:assertParcelingIsLossless (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/net/common/devicetests/com/android/testutils/
DNetworkStatsUtils.kt76 fun assertParcelingIsLossless(stats: NetworkStats) { in assertParcelingIsLossless() method
DParcelUtils.kt52 fun <T : Parcelable> assertParcelingIsLossless( in assertParcelingIsLossless() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSignalStrengthTest.java118 private void assertParcelingIsLossless(SignalStrength ssi) throws Exception { in assertParcelingIsLossless() method in SignalStrengthTest