Searched refs:remainingAttempts (Results 1 – 6 of 6) sorted by relevance
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/ |
H A D | GetTranscriptReceiver.java | 152 int remainingAttempts, in makeAlarmIntent() argument 159 intent.putExtra(EXTRA_REMAINING_ATTEMPTS, remainingAttempts); in makeAlarmIntent() 269 int remainingAttempts = previous.getIntExtra(EXTRA_REMAINING_ATTEMPTS, 0); in getNextAlarmIntent() local 275 remainingAttempts--; in getNextAlarmIntent() 276 if (remainingAttempts <= 0) { in getNextAlarmIntent() 287 remainingAttempts, in getNextAlarmIntent()
|
/aosp12/packages/apps/Settings/src/com/android/settings/password/ |
H A D | ConfirmDeviceCredentialBaseFragment.java | 235 final int remainingAttempts = maxAttempts - numAttempts; in updateErrorMessage() local 236 if (remainingAttempts > 1) { in updateErrorMessage() 241 if (remainingAttempts == 1) { in updateErrorMessage()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | AuthCredentialView.java | 364 final int remainingAttempts = maxAttempts - numAttempts; in updateErrorMessage() local 365 if (remainingAttempts == 1) { in updateErrorMessage() 367 } else if (remainingAttempts <= 0) { in updateErrorMessage()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | RadioResponse.java | 159 public void supplyIccPinForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in supplyIccPinForAppResponse() argument 160 responseInts(responseInfo, remainingAttempts); in supplyIccPinForAppResponse() 167 public void supplyIccPukForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in supplyIccPukForAppResponse() argument 168 responseInts(responseInfo, remainingAttempts); in supplyIccPukForAppResponse() 175 public void supplyIccPin2ForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in supplyIccPin2ForAppResponse() argument 176 responseInts(responseInfo, remainingAttempts); in supplyIccPin2ForAppResponse() 183 public void supplyIccPuk2ForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in supplyIccPuk2ForAppResponse() argument 184 responseInts(responseInfo, remainingAttempts); in supplyIccPuk2ForAppResponse() 191 public void changeIccPinForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in changeIccPinForAppResponse() argument 192 responseInts(responseInfo, remainingAttempts); in changeIccPinForAppResponse() [all …]
|
/aosp12/packages/apps/Settings/src/com/android/settings/ |
H A D | CryptKeeper.java | 247 int remainingAttempts = MAX_FAILED_ATTEMPTS - failedAttempts; in handleBadAttempt() local 248 if (remainingAttempts < COOL_DOWN_ATTEMPTS) { in handleBadAttempt() 251 Integer.toString(remainingAttempts)); in handleBadAttempt()
|
/aosp12/frameworks/av/media/libaudioclient/ |
H A D | AudioRecord.cpp | 762 int32_t remainingAttempts = kMaxCreateAttempts; in createRecord_l() local 830 if (status != FAILED_TRANSACTION || --remainingAttempts <= 0) { in createRecord_l()
|