Home
last modified time | relevance | path

Searched refs:getConfigurationRequests (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
H A DChildSessionParamsTest.java124 assertTrue(childParams.getConfigurationRequests().isEmpty()); in testBuildTunnelModeParamsWithDefaultValues()
204 verifyConfigRequestTypes(expectedAttributeCounts, childParams.getConfigurationRequests()); in testBuildChildSessionParamsWithConfigReq()
219 for (TunnelModeChildConfigRequest req : childParams.getConfigurationRequests()) { in verifySpecificV4AddrConfigReq()
235 for (TunnelModeChildConfigRequest req : childParams.getConfigurationRequests()) { in verifySpecificV6AddrConfigReq()
H A DIkeSessionParamsTest.java200 assertTrue(sessionParams.getConfigurationRequests().isEmpty()); in testBuildWithMinimumSet()
270 verifyConfigRequestTypes(EXPECTED_REQ_COUNT, sessionParams.getConfigurationRequests()); in testSetPcscfConfigRequests()
273 for (IkeConfigRequest req : sessionParams.getConfigurationRequests()) { in testSetPcscfConfigRequests()
/aosp12/frameworks/base/core/java/android/net/vcn/persistablebundleutils/
H A DTunnelModeChildSessionParamsUtils.java173 for (TunnelModeChildConfigRequest req : params.getConfigurationRequests()) { in toPersistableBundle()
H A DIkeSessionParamsUtils.java115 for (IkeConfigRequest req : params.getConfigurationRequests()) { in toPersistableBundle()
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/
H A DTunnelModeChildSessionParams.java144 public List<TunnelModeChildConfigRequest> getConfigurationRequests() { in getConfigurationRequests() method in TunnelModeChildSessionParams
H A DIkeSessionParams.java608 public List<IkeConfigRequest> getConfigurationRequests() { in getConfigurationRequests() method in IkeSessionParams
/aosp12/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
H A DEpdgTunnelManagerTest.java1336 ikeSessionParams.getConfigurationRequests().stream() in testTunnelSetupRequestParams()
1339 ikeSessionParams.getConfigurationRequests().stream() in testTunnelSetupRequestParams()
1349 childSessionParams.getConfigurationRequests(); in testTunnelSetupRequestParams()
/aosp12/packages/modules/IPsec/api/
H A Dsystem-current.txt64 …java.util.List<android.net.ipsec.ike.IkeSessionParams.IkeConfigRequest> getConfigurationRequests();
H A Dcurrent.txt321 …et.ipsec.ike.TunnelModeChildSessionParams.TunnelModeChildConfigRequest> getConfigurationRequests();