Home
last modified time | relevance | path

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

/packages/services/Iwlan/src/com/google/android/iwlan/
DErrorPolicyManager.java157 private ApnWithIwlanError mMostRecentError; field in ErrorPolicyManager
206 mMostRecentError = new ApnWithIwlanError(apn, iwlanError); in reportIwlanError()
367 if (mMostRecentError != null) { in getMostRecentDataFailCause()
368 return getDataFailCause(mMostRecentError.mIwlanError); in getMostRecentDataFailCause()
416 String apn = mMostRecentError.mApn; in getCurrentFqdnIndex()