Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java4093 final IkeProtocolException ikeException = (IkeProtocolException) exception; in handleSessionLost() local
4095 errorCode = ikeException.getErrorType(); in handleSessionLost()
4097 switch (ikeException.getErrorType()) { in handleSessionLost()