Searched refs:newIwlanError (Results 1 – 1 of 1) sorted by relevance
1191 @Nullable RetryAction prevRetryAction, IwlanError newIwlanError) { in shouldAccumulateRetryIndex() argument1196 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()