Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/model/
DBiometricPromptRequest.kt48 val allowBackgroundAuthentication = info.isAllowBackgroundAuthentication
/frameworks/base/core/java/android/hardware/biometrics/
DPromptInfo.java438 public boolean isAllowBackgroundAuthentication() { in isAllowBackgroundAuthentication() method in PromptInfo
DBiometricPrompt.java982 public boolean isAllowBackgroundAuthentication() { in isAllowBackgroundAuthentication() method in BiometricPrompt
983 return mPromptInfo.isAllowBackgroundAuthentication(); in isAllowBackgroundAuthentication()
/frameworks/base/services/core/java/com/android/server/biometrics/
DAuthSession.java287 mPromptInfo.isAllowBackgroundAuthentication(), in setSensorsToStateWaitingForCookie()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthController.java1264 if (!promptInfo.isAllowBackgroundAuthentication() && !isOwnerInForeground()) { in showDialog()
/frameworks/base/core/api/
Dtest-current.txt1566 method public boolean isAllowBackgroundAuthentication();