Searched refs:getConfigurationRequests (Results 1 – 7 of 7) 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()
224 assertTrue(sessionParams.getConfigurationRequests().isEmpty()); in testBuildWithMinimumSet()294 verifyConfigRequestTypes(EXPECTED_REQ_COUNT, sessionParams.getConfigurationRequests()); in testSetPcscfConfigRequests()297 for (IkeConfigRequest req : sessionParams.getConfigurationRequests()) { in testSetPcscfConfigRequests()
144 public List<TunnelModeChildConfigRequest> getConfigurationRequests() { in getConfigurationRequests() method in TunnelModeChildSessionParams
960 public List<IkeConfigRequest> getConfigurationRequests() { in getConfigurationRequests() method in IkeSessionParams
78 …java.util.List<android.net.ipsec.ike.IkeSessionParams.IkeConfigRequest> getConfigurationRequests();
353 …et.ipsec.ike.TunnelModeChildSessionParams.TunnelModeChildConfigRequest> getConfigurationRequests();
2157 ikeSessionParams.getConfigurationRequests().stream() in testTunnelSetupRequestParams()2160 ikeSessionParams.getConfigurationRequests().stream() in testTunnelSetupRequestParams()2170 childSessionParams.getConfigurationRequests(); in testTunnelSetupRequestParams()