Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSimResponse.java87 public void changeIccPin2ForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in changeIccPin2ForAppResponse()
95 public void changeIccPinForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in changeIccPinForAppResponse()
402 public void supplyIccPin2ForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in supplyIccPin2ForAppResponse()
410 public void supplyIccPinForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in supplyIccPinForAppResponse()
418 public void supplyIccPuk2ForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in supplyIccPuk2ForAppResponse()
426 public void supplyIccPukForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in supplyIccPukForAppResponse()
DRadioResponse.java138 public void supplyIccPinForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in supplyIccPinForAppResponse()
146 public void supplyIccPukForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in supplyIccPukForAppResponse()
154 public void supplyIccPin2ForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in supplyIccPin2ForAppResponse()
162 public void supplyIccPuk2ForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in supplyIccPuk2ForAppResponse()
170 public void changeIccPinForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in changeIccPinForAppResponse()
178 public void changeIccPin2ForAppResponse(RadioResponseInfo responseInfo, int remainingAttempts) { in changeIccPin2ForAppResponse()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/
DCredentialViewModelTest.kt118 val remainingAttempts = mutableListOf<RemainingAttempts?>() in <lambda>() constant
146 val remainingAttempts = mutableListOf<RemainingAttempts?>() in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/shared/model/
DAuthenticationWipeModel.kt38 val remainingAttempts: Int, constant in com.android.systemui.authentication.shared.model.AuthenticationWipeModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/
DCredentialStatus.kt17 val remainingAttempts: Int? = null, constant in com.android.systemui.biometrics.domain.interactor.CredentialStatus.Fail.Error
DCredentialInteractor.kt126 val remainingAttempts = (maxAttempts - numAttempts).coerceAtLeast(0) in isStealthModeActive() constant
/frameworks/base/core/java/android/app/
DRemoteLockscreenValidationSession.java90 public @NonNull Builder setRemainingAttempts(int remainingAttempts) { in setRemainingAttempts()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
DPromptCredentialInteractorTest.kt263 val remainingAttempts = 12 in <lambda>() constant
317 val remainingAttempts = 3 in <lambda>() constant
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyStoreManager.java1031 int remainingAttempts = Math.max(INVALID_REMOTE_GUESS_LIMIT - badGuesses, 0); in startRemoteLockscreenValidation() local
1051 int remainingAttempts = INVALID_REMOTE_GUESS_LIMIT - badGuesses; in validateRemoteLockscreen() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/
DCredentialViewModel.kt99 val remainingAttempts: Flow<RemainingAttempts> = _remainingAttempts.asStateFlow() in <lambda>() constant in com.android.systemui.biometrics.ui.viewmodel.CredentialViewModel
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/
DEapAkaApi.java254 int remainingAttempts, in respondToEapAkaChallenge()
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp785 int32_t remainingAttempts = kMaxCreateAttempts; in createRecord_l() local