Home
last modified time | relevance | path

Searched defs:helpCode (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/hardware/biometrics/
DBiometricAuthenticator.java225 public void onAuthenticationHelp(int helpCode, CharSequence helpString) {} in onAuthenticationHelp()
DBiometricPrompt.java910 public void onAuthenticationHelp(int helpCode, CharSequence helpString) {} in onAuthenticationHelp()
/frameworks/base/core/java/android/hardware/face/
DFaceManager.java1045 public void onAuthenticationHelp(int helpCode, CharSequence helpString) { in onAuthenticationHelp()
1129 int helpCode, in onEnrollmentFrame()
1420 final int helpCode = getHelpCode(acquireInfo, vendorCode); in sendAuthenticationFrame() local
1438 final int helpCode = getHelpCode(acquireInfo, vendorCode); in sendEnrollmentFrame() local
/frameworks/base/core/java/android/hardware/fingerprint/
DFingerprintManager.java404 public void onAuthenticationHelp(int helpCode, CharSequence helpString) { } in onAuthenticationHelp()