Home
last modified time | relevance | path

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

12

/packages/modules/Connectivity/tests/unit/java/android/net/
DEthernetNetworkUpdateRequestTest.java20 import static com.android.testutils.ParcelUtils.assertParcelingIsLossless;
56 assertParcelingIsLossless(reqWithNonNull); in testParcelUnparcel()
57 assertParcelingIsLossless(reqWithNullCaps); in testParcelUnparcel()
58 assertParcelingIsLossless(reqWithNullConfig); in testParcelUnparcel()
DIpSecConfigTest.java20 import static com.android.testutils.ParcelUtils.assertParcelingIsLossless;
103 assertParcelingIsLossless(new IpSecConfig()); in testParcelUnparcel()
/packages/modules/Connectivity/tests/common/java/android/net/
DCaptivePortalDataTest.kt25 import com.android.testutils.assertParcelingIsLossless
72 assertParcelingIsLossless(data) in makeBuilder()
73 assertParcelingIsLossless(dataFromPasspoint) in makeBuilder()
75 assertParcelingIsLossless(makeBuilder().setUserPortalUrl(null).build()) in makeBuilder()
76 assertParcelingIsLossless(makeBuilder().setVenueInfoUrl(null).build()) in makeBuilder()
DUnderlyingNetworkInfoTest.kt24 import com.android.testutils.assertParcelingIsLossless
44 assertParcelingIsLossless(testInfo) in testParcelUnparcel()
50 assertParcelingIsLossless(emptyInfo) in testParcelUnparcel()
DNetworkStateSnapshotTest.kt28 import com.android.testutils.assertParcelingIsLossless
72 assertParcelingIsLossless(emptySnapshot) in testParcelUnparcel()
73 assertParcelingIsLossless(snapshot) in testParcelUnparcel()
DEthernetNetworkManagementExceptionTest.java20 import static com.android.testutils.ParcelUtils.assertParcelingIsLossless;
43 assertParcelingIsLossless(e); in testEthernetNetworkManagementExceptionParcelable()
DVpnTransportInfoTest.java23 import static com.android.testutils.ParcelUtils.assertParcelingIsLossless;
53 assertParcelingIsLossless(v); in testParceling()
57 assertParcelingIsLossless(v2); in testParceling()
DMatchAllNetworkSpecifierTest.kt29 import com.android.testutils.assertParcelingIsLossless
51 assertParcelingIsLossless(MatchAllNetworkSpecifier()) in testParcel()
DNetworkAgentConfigTest.kt24 import com.android.testutils.assertParcelingIsLossless
51 assertParcelingIsLossless(config) in testParcelNetworkAgentConfig()
DRouteInfoTest.java25 import static com.android.testutils.ParcelUtils.assertParcelingIsLossless;
336 assertParcelingIsLossless(r); in testParceling()
338 assertParcelingIsLossless(r); in testParceling()
340 assertParcelingIsLossless(r); in testParceling()
347 assertParcelingIsLossless(r); in testMtuParceling()
DTcpKeepalivePacketDataTest.kt23 import com.android.testutils.assertParcelingIsLossless in <lambda>()
74 assertParcelingIsLossless(makeData()) { a, b -> in <lambda>()
DNattKeepalivePacketDataTest.kt29 import com.android.testutils.assertParcelingIsLossless
137 assertParcelingIsLossless(nattKeepalivePacket()) in testParcel()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DDiscoveryRequestTest.kt26 import com.android.testutils.assertParcelingIsLossless
49 assertParcelingIsLossless(requestWithNullFields) in testParcelingIsLossLess()
50 assertParcelingIsLossless(requestWithAllFields) in testParcelingIsLossLess()
/packages/modules/Connectivity/tests/common/java/android/net/metrics/
DIpReachabilityEventTest.kt21 import com.android.testutils.assertParcelingIsLossless
35 assertParcelingIsLossless(ipReachabilityEvent) in testConstructorAndParcel()
DDhcpClientEventTest.kt21 import com.android.testutils.assertParcelingIsLossless
41 assertParcelingIsLossless(dhcpClientEvent) in testBuilderAndParcel()
DIpManagerEventTest.kt21 import com.android.testutils.assertParcelingIsLossless
36 assertParcelingIsLossless(ipManagerEvent) in testConstructorAndParcel()
DNetworkEventTest.kt21 import com.android.testutils.assertParcelingIsLossless
40 assertParcelingIsLossless(networkEvent) in testConstructorAndParcel()
DApfStatsTest.kt21 import com.android.testutils.assertParcelingIsLossless
55 assertParcelingIsLossless(apfStats) in testBuilderAndParcel()
DRaEventTest.kt21 import com.android.testutils.assertParcelingIsLossless
70 assertParcelingIsLossless(raEvent) in testConstructorAndParcel()
DApfProgramEventTest.kt21 import com.android.testutils.assertParcelingIsLossless
51 assertParcelingIsLossless(apfProgramEvent) in hasFlag()
DValidationProbeEventTest.kt21 import com.android.testutils.assertParcelingIsLossless
54 assertParcelingIsLossless(validationProbeEvent) in hasType()
/packages/modules/Connectivity/tests/common/java/android/net/netstats/
DNetworkStatsApiTest.kt33 import com.android.testutils.assertParcelingIsLossless
168 assertParcelingIsLossless(testStatsEmpty) in testParcelUnparcel()
169 assertParcelingIsLossless(testStats1) in testParcelUnparcel()
170 assertParcelingIsLossless(testStats2) in testParcelUnparcel()
/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/
DNetworkStatsUtils.kt76 fun assertParcelingIsLossless(stats: NetworkStats) { in assertParcelingIsLossless() method
77 assertParcelingIsLossless(stats, { a, b -> orderInsensitiveEquals(a, b) }) in assertParcelingIsLossless()
DParcelUtils.kt54 fun <T : Parcelable> assertParcelingIsLossless( in assertParcelingIsLossless() method
69 assertParcelingIsLossless(obj, equals)
/packages/modules/Connectivity/tests/common/java/android/net/apf/
DApfCapabilitiesTest.java19 import static com.android.testutils.ParcelUtils.assertParcelingIsLossless;
66 assertParcelingIsLossless(caps); in testConstructAndParcel()

12