Home
last modified time | relevance | path

Searched refs:verifyPersistableBundleEncodeDecodeIsLossless (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tests/vcn/java/android/net/vcn/persistablebundleutils/
DIkeIdentificationUtilsTest.java45 private static void verifyPersistableBundleEncodeDecodeIsLossless(IkeIdentification id) { in verifyPersistableBundleEncodeDecodeIsLossless() method in IkeIdentificationUtilsTest
55 verifyPersistableBundleEncodeDecodeIsLossless(new IkeIpv4AddrIdentification(ipv4Address)); in testPersistableBundleEncodeDecodeIpv4AddressId()
61 verifyPersistableBundleEncodeDecodeIsLossless(new IkeIpv6AddrIdentification(ipv6Address)); in testPersistableBundleEncodeDecodeIpv6AddressId()
66 verifyPersistableBundleEncodeDecodeIsLossless(new IkeFqdnIdentification("ike.android.net")); in testPersistableBundleEncodeDecodeRfc822AddrId()
71 verifyPersistableBundleEncodeDecodeIsLossless( in testPersistableBundleEncodeDecodeFqdnId()
77 verifyPersistableBundleEncodeDecodeIsLossless( in testPersistableBundleEncodeDecodeKeyId()
83 verifyPersistableBundleEncodeDecodeIsLossless( in testPersistableBundleEncodeDecodeDerAsn1DnId()
DEapSessionConfigUtilsTest.java52 private static void verifyPersistableBundleEncodeDecodeIsLossless(EapSessionConfig config) { in verifyPersistableBundleEncodeDecodeIsLossless() method in EapSessionConfigUtilsTest
64 verifyPersistableBundleEncodeDecodeIsLossless(config); in testSetEapMsChapV2EncodeDecodeIsLossless()
72 verifyPersistableBundleEncodeDecodeIsLossless(config); in testSetEapSimEncodeDecodeIsLossless()
80 verifyPersistableBundleEncodeDecodeIsLossless(config); in testSetEapAkaEncodeDecodeIsLossless()
91 verifyPersistableBundleEncodeDecodeIsLossless(config); in testSetEapAkaPrimeEncodeDecodeIsLossless()
111 verifyPersistableBundleEncodeDecodeIsLossless(config); in testSetEapTtlsEncodeDecodeIsLossless()
DIkeSessionParamsUtilsTest.java73 private static void verifyPersistableBundleEncodeDecodeIsLossless(IkeSessionParams params) { in verifyPersistableBundleEncodeDecodeIsLossless() method in IkeSessionParamsUtilsTest
86 verifyPersistableBundleEncodeDecodeIsLossless(params); in testEncodeRecodeParamsWithLifetimes()
94 verifyPersistableBundleEncodeDecodeIsLossless(params); in testEncodeRecodeParamsWithDpdDelay()
103 verifyPersistableBundleEncodeDecodeIsLossless(params); in testEncodeRecodeParamsWithNattKeepalive()
114 verifyPersistableBundleEncodeDecodeIsLossless(params); in testEncodeRecodeParamsWithRetransmissionTimeouts()
131 verifyPersistableBundleEncodeDecodeIsLossless(params); in testEncodeRecodeParamsWithConfigRequests()
137 verifyPersistableBundleEncodeDecodeIsLossless(params); in testEncodeRecodeParamsWithAuthPsk()
168 verifyPersistableBundleEncodeDecodeIsLossless(builder.build()); in testEncodeDecodeParamsWithIkeOptions()
197 verifyPersistableBundleEncodeDecodeIsLossless(params); in testEncodeRecodeParamsWithDigitalSignAuth()
203 verifyPersistableBundleEncodeDecodeIsLossless(params); in testEncodeRecodeParamsWithEapAuth()
DTunnelModeChildSessionParamsUtilsTest.java49 private static void verifyPersistableBundleEncodeDecodeIsLossless( in verifyPersistableBundleEncodeDecodeIsLossless() method in TunnelModeChildSessionParamsUtilsTest
62 verifyPersistableBundleEncodeDecodeIsLossless(sessionParams); in testMinimumParamsEncodeDecodeIsLossless()
85 verifyPersistableBundleEncodeDecodeIsLossless(sessionParams); in testSetTsEncodeDecodeIsLossless()
95 verifyPersistableBundleEncodeDecodeIsLossless(sessionParams); in testSetLifetimesEncodeDecodeIsLossless()
116 verifyPersistableBundleEncodeDecodeIsLossless(sessionParams); in testSetConfigRequestsEncodeDecodeIsLossless()
DIkeTrafficSelectorUtilsTest.java49 private static void verifyPersistableBundleEncodeDecodeIsLossless(IkeTrafficSelector ts) { in verifyPersistableBundleEncodeDecodeIsLossless() method in IkeTrafficSelectorUtilsTest
57 verifyPersistableBundleEncodeDecodeIsLossless( in testPersistableBundleEncodeDecodeIsLosslessIpv4Ts()
63 verifyPersistableBundleEncodeDecodeIsLossless( in testPersistableBundleEncodeDecodeIsLosslessIpv6Ts()