Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java3703 handleSessionLost(exception, network); in onDefaultNetworkLost()
3720 handleSessionLost(new IkeNetworkLostException(network), in onDefaultNetworkLost()
3809 handleSessionLost(exception, mActiveNetwork); in onSessionLost()
3812 private void handleSessionLost(@Nullable Exception exception, @Nullable Network network) { in handleSessionLost() method in Vpn.IkeV2VpnRunner