/frameworks/base/core/java/android/hardware/biometrics/events/ |
D | AuthenticationHelpInfo.java | 80 int helpCode) { in AuthenticationHelpInfo() argument 88 this.mHelpCode = helpCode; in AuthenticationHelpInfo() 189 int helpCode = in.readInt(); in AuthenticationHelpInfo() local 198 this.mHelpCode = helpCode; in AuthenticationHelpInfo() 248 int helpCode) { in Builder() argument 256 mHelpCode = helpCode; in Builder()
|
/frameworks/base/core/java/android/hardware/face/ |
D | FaceCallback.java | 280 final int helpCode = getHelpCode(acquireInfo, vendorCode); in sendAuthenticationFrame() local 286 mAuthenticationCallback.onAuthenticationHelp(helpCode, helpMessage); in sendAuthenticationFrame() 303 final int helpCode = getHelpCode(acquireInfo, vendorCode); in sendEnrollmentFrame() local 306 helpCode, in sendEnrollmentFrame()
|
D | FaceManager.java | 1073 public void onAuthenticationHelp(int helpCode, CharSequence helpString) { in onAuthenticationHelp() argument 1165 int helpCode, in onEnrollmentFrame() argument 1172 onEnrollmentHelp(helpCode, helpMessage); in onEnrollmentFrame()
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
D | FaceEnrollClient.java | 161 final int helpCode = getHelpCode(acquireInfo, vendorCode); in onAcquired() local 166 helpCode).build() in onAcquired() 186 final int helpCode = getHelpCode(acquireInfo, vendorCode); in onEnrollmentFrame() local 192 helpCode).build() in onEnrollmentFrame()
|
D | FaceAuthenticationClient.java | 329 final int helpCode = getHelpCode(acquireInfo, vendorCode); in onAcquired() local 332 getRequestReason(), helpMessage, helpCode).build() in onAcquired() 369 final int helpCode = getHelpCode(acquireInfo, vendorCode); in onAuthenticationFrame() local 372 getRequestReason(), helpMessage, helpCode).build() in onAuthenticationFrame()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/shared/model/ |
D | AuthenticationState.kt | 95 val helpCode: Int, constant in com.android.systemui.biometrics.shared.model.AuthenticationState.Help
|
/frameworks/base/core/java/android/hardware/biometrics/ |
D | BiometricAuthenticator.java | 225 public void onAuthenticationHelp(int helpCode, CharSequence helpString) {} in onAuthenticationHelp() argument
|
D | BiometricPrompt.java | 1233 public void onAuthenticationHelp(int helpCode, CharSequence helpString) {} in onAuthenticationHelp() argument
|
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/ |
D | BiometricHandler.kt | 371 override fun onAuthenticationHelp(helpCode: Int, helpString: CharSequence?) { in setupBiometricAuthenticationCallback() 372 super.onAuthenticationHelp(helpCode, helpString) in setupBiometricAuthenticationCallback() 373 Log.d(TAG, "Authentication help discovered: $helpCode and $helpString") in setupBiometricAuthenticationCallback()
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
D | FingerprintEnrollClient.java | 174 int helpCode = acquiredInfo == FINGERPRINT_ACQUIRED_VENDOR in onAcquired() local 179 helpMsg, helpCode).build() in onAcquired()
|
D | FingerprintAuthenticationClient.java | 246 int helpCode = acquiredInfo == FINGERPRINT_ACQUIRED_VENDOR in onAcquired() local 250 getRequestReason(), helpMsg, helpCode).build() in onAcquired()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/ |
D | BiometricStatusRepository.kt | 134 authInfo.helpCode, in <lambda>()
|
/frameworks/base/core/java/android/hardware/fingerprint/ |
D | FingerprintManager.java | 386 public void onAuthenticationHelp(int helpCode, CharSequence helpString) { } in onAuthenticationHelp() argument
|