Home
last modified time | relevance | path

Searched refs:errString (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/core/java/android/hardware/biometrics/events/
DAuthenticationErrorInfo.java83 @Nullable String errString, in AuthenticationErrorInfo() argument
91 this.mErrString = errString; in AuthenticationErrorInfo()
194 String errString = (flg & 0x4) == 0 ? null : in.readString(); in AuthenticationErrorInfo() local
203 this.mErrString = errString; in AuthenticationErrorInfo()
255 @Nullable String errString, in Builder() argument
263 mErrString = errString; in Builder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java1430 public void onBiometricError(int msgId, String errString, in onBiometricError() argument
1433 onFaceAuthError(msgId, errString); in onBiometricError()
1435 onFingerprintAuthError(msgId, errString); in onBiometricError()
1439 private void onFaceAuthError(int msgId, String errString) { in onFaceAuthError() argument
1443 mKeyguardLogger.logBiometricMessage("KIC suppressingFaceError", msgId, errString); in onFaceAuthError()
1449 handleFaceLockoutError(errString); in onFaceAuthError()
1451 showErrorMessageNowOrLater(errString, null, FACE); in onFaceAuthError()
1455 private void onFingerprintAuthError(int msgId, String errString) { in onFingerprintAuthError() argument
1459 errString); in onFingerprintAuthError()
1461 showErrorMessageNowOrLater(errString, null, FINGERPRINT); in onFingerprintAuthError()
[all …]
/frameworks/base/core/tests/coretests/src/android/hardware/biometrics/
DBiometricPromptTest.java93 public void onAuthenticationError(int errorCode, CharSequence errString) { in testCancellationAfterAuthenticationFailed()
94 super.onAuthenticationError(errorCode, errString); in testCancellationAfterAuthenticationFailed()
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/
DBiometricHandler.kt376 override fun onAuthenticationError(errorCode: Int, errString: CharSequence?) { in setupBiometricAuthenticationCallback()
377 super.onAuthenticationError(errorCode, errString) in setupBiometricAuthenticationCallback()
378 Log.d(TAG, "Authentication error-ed out: $errorCode and $errString") in setupBiometricAuthenticationCallback()
393 BiometricError(errorCode, errString)) in setupBiometricAuthenticationCallback()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/shared/model/
DAuthenticationState.kt66 val errString: String?, constant in com.android.systemui.biometrics.shared.model.AuthenticationState.Error
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DBiometricNotificationDialogFactory.java136 Fingerprint fingerprint, int errMsgId, CharSequence errString) { in reenrollFingerprint()
177 public void onRemovalError(Face face, int errMsgId, CharSequence errString) { in reenrollFace()
DBiometricNotificationService.java110 public void onBiometricError(int msgId, String errString,
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/
DFaceAuthenticationLogger.kt141 errString: CharSequence?, in authenticationError()
150 str1 = "$errString" in authenticationError()
/frameworks/base/core/java/android/hardware/biometrics/
DBiometricAuthenticator.java216 public void onAuthenticationError(int errorCode, CharSequence errString) {} in onAuthenticationError() argument
DBiometricPrompt.java1223 public void onAuthenticationError(int errorCode, CharSequence errString) {} in onAuthenticationError() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DDeviceEntryFingerprintAuthRepository.kt225 errString: String?, in <lambda>()
232 errString, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitorCallback.java251 public void onBiometricError(int msgId, String errString, in onBiometricError() argument
DKeyguardUpdateMonitor.java1017 private void handleFingerprintError(int msgId, String errString) { in handleFingerprintError() argument
1035 mLogger.logRetryAfterFpErrorWithDelay(msgId, errString, HAL_ERROR_RETRY_TIMEOUT); in handleFingerprintError()
1041 mLogger.logRetryAfterFpErrorWithDelay(msgId, errString, HAL_POWER_PRESS_TIMEOUT); in handleFingerprintError()
1067 mLogger.logFingerprintError(msgId, errString); in handleFingerprintError()
1071 cb.onBiometricError(msgId, errString, FINGERPRINT); in handleFingerprintError()
1236 String errString = originalErrMsg; in handleFaceError() local
1252 errString = mContext.getString(R.string.kg_face_sensor_privacy_enabled); in handleFaceError()
1258 cb.onBiometricError(msgId, errString, in handleFaceError()
1814 public void onAuthenticationError(int errMsgId, CharSequence errString) {
1816 handleFingerprintError(errMsgId, errString.toString());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandException.java153 public CommandException(Error e, String errString) { in CommandException() argument
154 super(errString); in CommandException()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DAdnRecordCache.java138 private void sendErrorResponse(Message response, String errString) { in sendErrorResponse() argument
140 Exception e = new RuntimeException(errString); in sendErrorResponse()
DSimPhonebookRecordCache.java146 private void sendErrorResponse(Message response, String errString) { in sendErrorResponse() argument
148 Exception e = new RuntimeException(errString); in sendErrorResponse()
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/data/repository/
DDeviceEntryFaceAuthRepository.kt461 override fun onAuthenticationError(errorCode: Int, errString: CharSequence?) { in onAuthenticationError()
462 val errorStatus = ErrorFaceAuthenticationStatus(errorCode, errString.toString()) in onAuthenticationError()
474 errString, in onAuthenticationError()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/logging/
DKeyguardUpdateMonitorLogger.kt273 fun logRetryAfterFpErrorWithDelay(msgId: Int, errString: String?, delay: Int) { in logRetryAfterFpErrorWithDelay()
280 str1 = "$errString" in logRetryAfterFpErrorWithDelay()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/
DBiometricStatusRepository.kt112 authInfo.errString, in <lambda>()
/frameworks/base/core/java/android/hardware/face/
DFaceManager.java1062 public void onAuthenticationError(int errorCode, CharSequence errString) { in onAuthenticationError() argument
1132 public void onEnrollmentError(int errMsgId, CharSequence errString) { in onEnrollmentError() argument
1204 public void onRemovalError(Face face, int errMsgId, CharSequence errString) { in onRemovalError() argument
/frameworks/base/core/java/android/hardware/fingerprint/
DFingerprintManager.java376 public void onAuthenticationError(int errorCode, CharSequence errString) { } in onAuthenticationError() argument
458 public void onEnrollmentError(int errMsgId, CharSequence errString) { } in onEnrollmentError() argument
515 public void onRemovalError(Fingerprint fp, int errMsgId, CharSequence errString) { } in onRemovalError() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java770 public void onBiometricError(int msgId, String errString, in onBiometricError() argument
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
DFingerprintService.java390 public void onAuthenticationError(int errorCode, CharSequence errString) {
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...