Home
last modified time | relevance | path

Searched refs:helpCode (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/hardware/biometrics/events/
DAuthenticationHelpInfo.java80 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/
DFaceCallback.java280 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()
DFaceManager.java1073 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/
DFaceEnrollClient.java161 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()
DFaceAuthenticationClient.java329 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/
DAuthenticationState.kt95 val helpCode: Int, constant in com.android.systemui.biometrics.shared.model.AuthenticationState.Help
/frameworks/base/core/java/android/hardware/biometrics/
DBiometricAuthenticator.java225 public void onAuthenticationHelp(int helpCode, CharSequence helpString) {} in onAuthenticationHelp() argument
DBiometricPrompt.java1233 public void onAuthenticationHelp(int helpCode, CharSequence helpString) {} in onAuthenticationHelp() argument
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/
DBiometricHandler.kt371 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/
DFingerprintEnrollClient.java174 int helpCode = acquiredInfo == FINGERPRINT_ACQUIRED_VENDOR in onAcquired() local
179 helpMsg, helpCode).build() in onAcquired()
DFingerprintAuthenticationClient.java246 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/
DBiometricStatusRepository.kt134 authInfo.helpCode, in <lambda>()
/frameworks/base/core/java/android/hardware/fingerprint/
DFingerprintManager.java386 public void onAuthenticationHelp(int helpCode, CharSequence helpString) { } in onAuthenticationHelp() argument