Home
last modified time | relevance | path

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

/packages/services/Iwlan/src/com/google/android/iwlan/
DErrorPolicyManager.java308 int protocolErrorType = ((IkeProtocolException) exception).getErrorType(); in getDataFailCause() local
309 switch (protocolErrorType) { in getDataFailCause()