Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
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()
DIkeSessionParamsTest.java224 assertTrue(sessionParams.getConfigurationRequests().isEmpty()); in testBuildWithMinimumSet()
294 verifyConfigRequestTypes(EXPECTED_REQ_COUNT, sessionParams.getConfigurationRequests()); in testSetPcscfConfigRequests()
297 for (IkeConfigRequest req : sessionParams.getConfigurationRequests()) { in testSetPcscfConfigRequests()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DTunnelModeChildSessionParams.java144 public List<TunnelModeChildConfigRequest> getConfigurationRequests() { in getConfigurationRequests() method in TunnelModeChildSessionParams
DIkeSessionParams.java960 public List<IkeConfigRequest> getConfigurationRequests() { in getConfigurationRequests() method in IkeSessionParams
/packages/modules/IPsec/api/
Dsystem-current.txt78 …java.util.List<android.net.ipsec.ike.IkeSessionParams.IkeConfigRequest> getConfigurationRequests();
Dcurrent.txt353 …et.ipsec.ike.TunnelModeChildSessionParams.TunnelModeChildConfigRequest> getConfigurationRequests();
/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
DEpdgTunnelManagerTest.java2157 ikeSessionParams.getConfigurationRequests().stream() in testTunnelSetupRequestParams()
2160 ikeSessionParams.getConfigurationRequests().stream() in testTunnelSetupRequestParams()
2170 childSessionParams.getConfigurationRequests(); in testTunnelSetupRequestParams()