Home
last modified time | relevance | path

Searched refs:getTmIkeSessionCallback (Results 1 – 2 of 2) sorted by relevance

/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
DEpdgTunnelManagerTest.java1384 mEpdgTunnelManager.getTmIkeSessionCallback(testApnName, token).onClosed(); in testHandleOnClosedWithEpdgConnected_True()
1413 mEpdgTunnelManager.getTmIkeSessionCallback(testApnName, DEFAULT_TOKEN).onClosed(); in testHandleOnClosedWithEpdgConnected_False()
1523 .getTmIkeSessionCallback(apnName, mEpdgTunnelManager.getCurrentTokenForApn(apnName)) in verifyTunnelOnOpened()
1607 .getTmIkeSessionCallback(testApnName, token) in testHandleOnClosedExceptionallyWithEpdgConnected_True()
1638 .getTmIkeSessionCallback(testApnName, DEFAULT_TOKEN) in testHandleOnClosedExceptionallyWithEpdgConnected_False()
1667 .getTmIkeSessionCallback(testApnName, token) in testIkeSessionOnOpenedUpdatesPcscfAddrInTunnelConfig()
1707 .getTmIkeSessionCallback(testApnName, DEFAULT_TOKEN) in testIkeSessionConnectionInfoChangedSetsUnderlyingNetwork()
1728 .getTmIkeSessionCallback(testApnName, DEFAULT_TOKEN) in testIkeSessionConnectionInfoChangedWithNullLinkPropertiesDoesNothing()
1897 .getTmIkeSessionCallback(testApnName, token) in testReportIwlanErrorIkeProtocolException()
1944 .getTmIkeSessionCallback(TEST_APN_NAME, 0) in testNeverReportIwlanErrorWhenCloseAnOpenedTunnel()
[all …]
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgTunnelManager.java916 getTmIkeSessionCallback(apnName, token), in onBringUpTunnel()
3013 TmIkeSessionCallback getTmIkeSessionCallback(String apnName, int token) { in getTmIkeSessionCallback() method in EpdgTunnelManager