Home
last modified time | relevance | path

Searched defs:getRequestReason (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/hardware/biometrics/events/
DAuthenticationStoppedInfo.java91 public @BiometricRequestConstants.RequestReason int getRequestReason() { in getRequestReason() method in AuthenticationStoppedInfo
DAuthenticationStartedInfo.java91 public @BiometricRequestConstants.RequestReason int getRequestReason() { in getRequestReason() method in AuthenticationStartedInfo
DAuthenticationAcquiredInfo.java102 public @BiometricRequestConstants.RequestReason int getRequestReason() { in getRequestReason() method in AuthenticationAcquiredInfo
DAuthenticationFailedInfo.java98 public @BiometricRequestConstants.RequestReason int getRequestReason() { in getRequestReason() method in AuthenticationFailedInfo
DAuthenticationErrorInfo.java110 public @BiometricRequestConstants.RequestReason int getRequestReason() { in getRequestReason() method in AuthenticationErrorInfo
DAuthenticationHelpInfo.java106 public @BiometricRequestConstants.RequestReason int getRequestReason() { in getRequestReason() method in AuthenticationHelpInfo
DAuthenticationSucceededInfo.java105 public @BiometricRequestConstants.RequestReason int getRequestReason() { in getRequestReason() method in AuthenticationSucceededInfo
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DAuthenticationClient.java420 protected int getRequestReason() { in getRequestReason() method in AuthenticationClient