Searched refs:getConfigurationRequests (Results 1 – 9 of 9) sorted by relevance
124 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()
200 assertTrue(sessionParams.getConfigurationRequests().isEmpty()); in testBuildWithMinimumSet()270 verifyConfigRequestTypes(EXPECTED_REQ_COUNT, sessionParams.getConfigurationRequests()); in testSetPcscfConfigRequests()273 for (IkeConfigRequest req : sessionParams.getConfigurationRequests()) { in testSetPcscfConfigRequests()
173 for (TunnelModeChildConfigRequest req : params.getConfigurationRequests()) { in toPersistableBundle()
115 for (IkeConfigRequest req : params.getConfigurationRequests()) { in toPersistableBundle()
144 public List<TunnelModeChildConfigRequest> getConfigurationRequests() { in getConfigurationRequests() method in TunnelModeChildSessionParams
608 public List<IkeConfigRequest> getConfigurationRequests() { in getConfigurationRequests() method in IkeSessionParams
1336 ikeSessionParams.getConfigurationRequests().stream() in testTunnelSetupRequestParams()1339 ikeSessionParams.getConfigurationRequests().stream() in testTunnelSetupRequestParams()1349 childSessionParams.getConfigurationRequests(); in testTunnelSetupRequestParams()
64 …java.util.List<android.net.ipsec.ike.IkeSessionParams.IkeConfigRequest> getConfigurationRequests();
321 …et.ipsec.ike.TunnelModeChildSessionParams.TunnelModeChildConfigRequest> getConfigurationRequests();