Searched refs:sessionConfig (Results 1 – 4 of 4) sorted by relevance
103 private void verifySessionConfigCommon(ChildSessionConfiguration sessionConfig) { in verifySessionConfigCommon() argument104 verifyTsList(mMockInTsList, sessionConfig.getInboundTrafficSelectors()); in verifySessionConfigCommon()105 verifyTsList(mMockOutTsList, sessionConfig.getOutboundTrafficSelectors()); in verifySessionConfigCommon()118 ChildSessionConfiguration sessionConfig = in testBuildWithoutConfig() local121 verifySessionConfigCommon(sessionConfig); in testBuildWithoutConfig()133 ChildSessionConfiguration sessionConfig = in testBuildWithNetmaskAttr() local136 verifySessionConfigCommon(sessionConfig); in testBuildWithNetmaskAttr()142 assertEquals(expectedInternalAddrList.size(), sessionConfig.getInternalAddresses().size()); in testBuildWithNetmaskAttr()145 expectedInternalAddrList.get(i), sessionConfig.getInternalAddresses().get(i)); in testBuildWithNetmaskAttr()157 ChildSessionConfiguration sessionConfig = in testBuildWithoutNetmaskAttr() local[all …]
484 ChildSessionConfiguration sessionConfig = mChildConfigCaptor.getValue(); in verifyInitCreateChildResp() local487 sessionConfig.getInboundTrafficSelectors()); in verifyInitCreateChildResp()490 sessionConfig.getOutboundTrafficSelectors()); in verifyInitCreateChildResp()492 List<LinkAddress> addrList = sessionConfig.getInternalAddresses(); in verifyInitCreateChildResp()
2248 IkeSessionConfiguration sessionConfig = ikeSessionConfigurationArgumentCaptor.getValue(); in verifyAuthenticationCommonAndGetIkeMessage() local2249 assertNotNull(sessionConfig); in verifyAuthenticationCommonAndGetIkeMessage()2251 List<InetAddress> pcscfAddressList = sessionConfig.getPcscfServers(); in verifyAuthenticationCommonAndGetIkeMessage()2257 assertTrue(sessionConfig.getPcscfServers().size() == 0); in verifyAuthenticationCommonAndGetIkeMessage()2261 "" /*expected application version*/, sessionConfig.getRemoteApplicationVersion()); in verifyAuthenticationCommonAndGetIkeMessage()2264 sessionConfig.getRemoteVendorIds()); in verifyAuthenticationCommonAndGetIkeMessage()2266 sessionConfig.isIkeExtensionEnabled( in verifyAuthenticationCommonAndGetIkeMessage()2269 IkeSessionConnectionInfo ikeConnInfo = sessionConfig.getIkeSessionConnectionInfo(); in verifyAuthenticationCommonAndGetIkeMessage()
754 ChildSessionConfiguration sessionConfig = in validateAndBuildChild() local764 mUserCallback.onOpened(sessionConfig); in validateAndBuildChild()