Searched refs:assertParcelingIsLossless (Results 1 – 10 of 10) sorted by relevance
22 import com.android.testutils.assertParcelingIsLossless52 assertParcelingIsLossless(makeBuilder().setUserPortalUrl(null).build()) in makeBuilder()53 assertParcelingIsLossless(makeBuilder().setVenueInfoUrl(null).build()) in makeBuilder()
24 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()
22 import static com.android.testutils.ParcelUtilsKt.assertParcelingIsLossless;356 assertParcelingIsLossless(p); in testParceling()360 assertParcelingIsLossless(p); in testParceling()
33 import static com.android.testutils.ParcelUtilsKt.assertParcelingIsLossless;328 assertParcelingIsLossless(l); in testParceling()331 assertParcelingIsLossless(l); in testParceling()337 assertParcelingIsLossless(l); in testLifetimeParceling()
46 import static com.android.testutils.ParcelUtilsKt.assertParcelingIsLossless;306 assertParcelingIsLossless(netCap); in testParcelNetworkCapabilities()321 assertParcelingIsLossless(netCap); in testParcelNetworkCapabilitiesWithRequestorUidAndPackageName()
24 import static com.android.testutils.ParcelUtilsKt.assertParcelingIsLossless;1076 assertParcelingIsLossless(empty); in testParcelUninitialized()
36 import com.android.testutils.assertParcelingIsLossless176 assertParcelingIsLossless(testStatsEmpty) in testParcelUnparcel()177 assertParcelingIsLossless(testStats1) in testParcelUnparcel()178 assertParcelingIsLossless(testStats2) in testParcelUnparcel()
20 import static com.android.testutils.ParcelUtilsKt.assertParcelingIsLossless;98 assertParcelingIsLossless(new IpSecConfig()); in testParcelUnparcel()
19 import static com.android.testutils.ParcelUtilsKt.assertParcelingIsLossless;80 assertParcelingIsLossless(resultData); in testV4TcpKeepalivePacket()
89 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