Home
last modified time | relevance | path

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

/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
DEpdgTunnelManagerTest.java1180 ArgumentCaptor<EpdgTunnelManager.TmIkeSessionCallback> ikeSessionCallbackCaptor = in verifyCreateIkeSession() local
1188 ikeSessionCallbackCaptor.capture(), in verifyCreateIkeSession()
1192 return ikeSessionCallbackCaptor.getValue(); in verifyCreateIkeSession()
1280 ArgumentCaptor<EpdgTunnelManager.TmIkeSessionCallback> ikeSessionCallbackCaptor = in verifyBackOffTimer() local
1288 ikeSessionCallbackCaptor.capture(), in verifyBackOffTimer()
1299 ikeSessionCallbackCaptor.getValue(); in verifyBackOffTimer()
2505 ArgumentCaptor<EpdgTunnelManager.TmIkeSessionCallback> ikeSessionCallbackCaptor = in testCloseTunnelWithIkeInitTimeout() local
2513 ikeSessionCallbackCaptor.capture(), in testCloseTunnelWithIkeInitTimeout()
2515 ikeSessionCallbackCaptor.getValue().onClosedWithException(mMockIkeIoException); in testCloseTunnelWithIkeInitTimeout()