Home
last modified time | relevance | path

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

/packages/services/Iwlan/src/com/google/android/iwlan/
DErrorPolicyManager.java1191 @Nullable RetryAction prevRetryAction, IwlanError newIwlanError) { in shouldAccumulateRetryIndex() argument
1196 boolean isSameIwlanError = prevRetryAction.error().equals(newIwlanError); in shouldAccumulateRetryIndex()
1200 (newIwlanError.getErrorType() == IwlanError.IKE_PROTOCOL_EXCEPTION in shouldAccumulateRetryIndex()
1206 Log.d(LOG_TAG, "Doesn't match to the previous error" + newIwlanError); in shouldAccumulateRetryIndex()