Home
last modified time | relevance | path

Searched defs:remainingAttempts (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/
H A DGetTranscriptReceiver.java152 int remainingAttempts, in makeAlarmIntent()
269 int remainingAttempts = previous.getIntExtra(EXTRA_REMAINING_ATTEMPTS, 0); in getNextAlarmIntent() local
/aosp12/packages/apps/Settings/src/com/android/settings/password/
H A DConfirmDeviceCredentialBaseFragment.java235 final int remainingAttempts = maxAttempts - numAttempts; in updateErrorMessage() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthCredentialView.java364 final int remainingAttempts = maxAttempts - numAttempts; in updateErrorMessage() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioResponse.java159 public void supplyIccPinForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in supplyIccPinForAppResponse()
167 public void supplyIccPukForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in supplyIccPukForAppResponse()
175 public void supplyIccPin2ForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in supplyIccPin2ForAppResponse()
183 public void supplyIccPuk2ForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in supplyIccPuk2ForAppResponse()
191 public void changeIccPinForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in changeIccPinForAppResponse()
199 public void changeIccPin2ForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in changeIccPin2ForAppResponse()
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DCryptKeeper.java247 int remainingAttempts = MAX_FAILED_ATTEMPTS - failedAttempts; in handleBadAttempt() local
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp762 int32_t remainingAttempts = kMaxCreateAttempts; in createRecord_l() local