Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DVpnIkev2Utils.java320 mCallback.onSessionLost(mToken, null); // Server requested session closure. Retry? in onClosed()
326 mCallback.onSessionLost(mToken, exception); in onClosedExceptionally()
363 mCallback.onSessionLost(mToken, null); in onClosed()
369 mCallback.onSessionLost(mToken, exception); in onClosedExceptionally()
DVpn.java2681 void onSessionLost(int token, @Nullable Exception exception); in onSessionLost() method
2959 onSessionLost( in onChildOpened()
3023 onSessionLost(token, e); in onChildOpened()
3059 onSessionLost(token, e); in onChildTransformCreated()
3103 onSessionLost( in onChildMigrated()
3142 onSessionLost(token, e); in onChildMigrated()
3530 onSessionLost(mCurrentToken, e); in startIkeSession()
3793 public void onSessionLost(int token, @Nullable Exception exception) { in onSessionLost() method in Vpn.IkeV2VpnRunner