Home
last modified time | relevance | path

Searched refs:assertParcelingIsLossless (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/tests/net/common/java/android/net/
DCaptivePortalDataTest.kt22 import com.android.testutils.assertParcelingIsLossless
52 assertParcelingIsLossless(makeBuilder().setUserPortalUrl(null).build()) in makeBuilder()
53 assertParcelingIsLossless(makeBuilder().setVenueInfoUrl(null).build()) in makeBuilder()
DRouteInfoTest.java24 import static com.android.testutils.ParcelUtilsKt.assertParcelingIsLossless;
360 assertParcelingIsLossless(r); in testParceling()
362 assertParcelingIsLossless(r); in testParceling()
364 assertParcelingIsLossless(r); in testParceling()
371 assertParcelingIsLossless(r); in testMtuParceling()
DIpPrefixTest.java22 import static com.android.testutils.ParcelUtilsKt.assertParcelingIsLossless;
356 assertParcelingIsLossless(p); in testParceling()
360 assertParcelingIsLossless(p); in testParceling()
DLinkAddressTest.java33 import static com.android.testutils.ParcelUtilsKt.assertParcelingIsLossless;
328 assertParcelingIsLossless(l); in testParceling()
331 assertParcelingIsLossless(l); in testParceling()
337 assertParcelingIsLossless(l); in testLifetimeParceling()
DNetworkCapabilitiesTest.java46 import static com.android.testutils.ParcelUtilsKt.assertParcelingIsLossless;
306 assertParcelingIsLossless(netCap); in testParcelNetworkCapabilities()
321 assertParcelingIsLossless(netCap); in testParcelNetworkCapabilitiesWithRequestorUidAndPackageName()
DLinkPropertiesTest.java24 import static com.android.testutils.ParcelUtilsKt.assertParcelingIsLossless;
1076 assertParcelingIsLossless(empty); in testParcelUninitialized()
/frameworks/base/tests/net/common/java/android/net/netstats/
DNetworkStatsApiTest.kt36 import com.android.testutils.assertParcelingIsLossless
176 assertParcelingIsLossless(testStatsEmpty) in testParcelUnparcel()
177 assertParcelingIsLossless(testStats1) in testParcelUnparcel()
178 assertParcelingIsLossless(testStats2) in testParcelUnparcel()
/frameworks/base/tests/net/java/android/net/
DIpSecConfigTest.java20 import static com.android.testutils.ParcelUtilsKt.assertParcelingIsLossless;
98 assertParcelingIsLossless(new IpSecConfig()); in testParcelUnparcel()
DTcpKeepalivePacketDataTest.java19 import static com.android.testutils.ParcelUtilsKt.assertParcelingIsLossless;
80 assertParcelingIsLossless(resultData); in testV4TcpKeepalivePacket()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSignalStrengthTest.java89 assertParcelingIsLossless(new SignalStrength()); in testParcelUnparcel()
98 assertParcelingIsLossless(s); in testParcelUnparcel()
115 assertParcelingIsLossless(s); in testParcelUnparcel()
118 private void assertParcelingIsLossless(SignalStrength ssi) throws Exception { in assertParcelingIsLossless() method in SignalStrengthTest