Searched refs:onEpdgConnectionFailed (Results 1 – 5 of 5) sorted by relevance
799 mEpdgSelector.onEpdgConnectionFailed(InetAddress.getByName(TEST_IP_ADDRESS)); in testTemporaryExcludedIpAddressWhenDisabledExcludeFailedIp()861 mEpdgSelector.onEpdgConnectionFailed(InetAddress.getByName(TEST_IP_ADDRESS)); in testTemporaryExcludedIpAddressWhenEnabledExcludeFailedIp()881 mEpdgSelector.onEpdgConnectionFailed(InetAddress.getByName(TEST_IP_ADDRESS)); in testTemporaryExcludedIpAddressWhenEnabledExcludeFailedIp()890 mEpdgSelector.onEpdgConnectionFailed(InetAddress.getByName(TEST_IPV6_ADDRESS)); in testTemporaryExcludedIpAddressWhenEnabledExcludeFailedIp()896 mEpdgSelector.onEpdgConnectionFailed(InetAddress.getByName(TEST_IP_ADDRESS_1)); in testTemporaryExcludedIpAddressWhenEnabledExcludeFailedIp()907 mEpdgSelector.onEpdgConnectionFailed(InetAddress.getByName(TEST_IP_ADDRESS_1)); in testTemporaryExcludedIpAddressWhenEnabledExcludeFailedIp()924 mEpdgSelector.onEpdgConnectionFailed(InetAddress.getByName(TEST_IP_ADDRESS_3)); in testTemporaryExcludedIpAddressWhenEnabledExcludeFailedIp()
1559 verify(mMockEpdgSelector, times(0)).onEpdgConnectionFailed(any()); in testHandleOnOpenedWithEpdgConnected_True()2519 verify(mMockEpdgSelector).onEpdgConnectionFailed(eq(EXPECTED_EPDG_ADDRESSES.get(0))); in testCloseTunnelWithIkeInitTimeout()
158 public void onEpdgConnectionFailed(boolean isEmergency, InetAddress epdgAddress) { in onEpdgConnectionFailed() method in EpdgMonitor
2029 mEpdgMonitor.onEpdgConnectionFailed( in handleMessage()2031 getEpdgSelector().onEpdgConnectionFailed(tunnelConfig.getEpdgAddress()); in handleMessage()
271 void onEpdgConnectionFailed(InetAddress ipAddress) { in onEpdgConnectionFailed() method in EpdgSelector