Home
last modified time | relevance | path

Searched refs:isAllowBackgroundAuthentication (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DPromptInfo.java301 public boolean isAllowBackgroundAuthentication() { in isAllowBackgroundAuthentication() method in PromptInfo
H A DBiometricPrompt.java730 public boolean isAllowBackgroundAuthentication() { in isAllowBackgroundAuthentication() method in BiometricPrompt
731 return mPromptInfo.isAllowBackgroundAuthentication(); in isAllowBackgroundAuthentication()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DAuthSession.java278 mPromptInfo.isAllowBackgroundAuthentication(), in setSensorsToStateWaitingForCookie()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthController.java1261 if (!promptInfo.isAllowBackgroundAuthentication() && !isOwnerInForeground()) { in showDialog()
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt1415 method public boolean isAllowBackgroundAuthentication();