Home
last modified time | relevance | path

Searched refs:mAllowBackgroundAuthentication (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/biometrics/
H A DPromptInfo.java47 private boolean mAllowBackgroundAuthentication; field in PromptInfo
69 mAllowBackgroundAuthentication = in.readBoolean(); in PromptInfo()
106 dest.writeBoolean(mAllowBackgroundAuthentication); in writeToParcel()
113 } else if (mAllowBackgroundAuthentication) { in containsTestConfigurations()
195 mAllowBackgroundAuthentication = allow; in setAllowBackgroundAuthentication()
269 return mAllowBackgroundAuthentication; in isAllowBackgroundAuthentication()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DAuthenticationClient.java79 private final boolean mAllowBackgroundAuthentication; field in AuthenticationClient
126 mAllowBackgroundAuthentication = allowBackgroundAuthentication; in AuthenticationClient()
204 if (mAllowBackgroundAuthentication) { in onAuthenticated()
211 if (!mAllowBackgroundAuthentication && authenticated in onAuthenticated()