Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DPromptInfo.java48 private boolean mAllowBackgroundAuthentication; field in PromptInfo
72 mAllowBackgroundAuthentication = in.readBoolean(); in PromptInfo()
111 dest.writeBoolean(mAllowBackgroundAuthentication); in writeToParcel()
120 && !mAllowBackgroundAuthentication) { in containsTestConfigurations()
124 } else if (mAllowBackgroundAuthentication) { in containsTestConfigurations()
218 mAllowBackgroundAuthentication = allow; in setAllowBackgroundAuthentication()
302 return mAllowBackgroundAuthentication; in isAllowBackgroundAuthentication()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DAuthenticationClient.java79 private final boolean mAllowBackgroundAuthentication; field in AuthenticationClient
111 mAllowBackgroundAuthentication = allowBackgroundAuthentication; in AuthenticationClient()
188 if (mAllowBackgroundAuthentication) { in onAuthenticated()
195 if (!mAllowBackgroundAuthentication && authenticated in onAuthenticated()