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.java855 public void onAuthenticationHelp(int helpCode, CharSequence helpString) {} in onAuthenticationHelp()
/frameworks/base/core/java/android/hardware/face/
DFaceManager.java941 public void onAuthenticationHelp(int helpCode, CharSequence helpString) { in onAuthenticationHelp()
1025 int helpCode, in onEnrollmentFrame()
1316 final int helpCode = getHelpCode(acquireInfo, vendorCode); in sendAuthenticationFrame() local
1334 final int helpCode = getHelpCode(acquireInfo, vendorCode); in sendEnrollmentFrame() local
/frameworks/base/core/java/android/hardware/fingerprint/
DFingerprintManager.java383 public void onAuthenticationHelp(int helpCode, CharSequence helpString) { } in onAuthenticationHelp()