/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SimResponse.java | 87 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()
|
D | RadioResponse.java | 138 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/ |
D | CredentialViewModelTest.kt | 118 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/ |
D | AuthenticationWipeModel.kt | 38 val remainingAttempts: Int, constant in com.android.systemui.authentication.shared.model.AuthenticationWipeModel
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/ |
D | CredentialStatus.kt | 17 val remainingAttempts: Int? = null, constant in com.android.systemui.biometrics.domain.interactor.CredentialStatus.Fail.Error
|
D | CredentialInteractor.kt | 126 val remainingAttempts = (maxAttempts - numAttempts).coerceAtLeast(0) in isStealthModeActive() constant
|
/frameworks/base/core/java/android/app/ |
D | RemoteLockscreenValidationSession.java | 90 public @NonNull Builder setRemainingAttempts(int remainingAttempts) { in setRemainingAttempts()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/ |
D | PromptCredentialInteractorTest.kt | 263 val remainingAttempts = 12 in <lambda>() constant 317 val remainingAttempts = 3 in <lambda>() constant
|
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/ |
D | RecoverableKeyStoreManager.java | 1031 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/ |
D | CredentialViewModel.kt | 99 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/ |
D | EapAkaApi.java | 254 int remainingAttempts, in respondToEapAkaChallenge()
|
/frameworks/av/media/libaudioclient/ |
D | AudioRecord.cpp | 785 int32_t remainingAttempts = kMaxCreateAttempts; in createRecord_l() local
|