Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/biometrics/
DPromptInfo.java55 private boolean mAllowBackgroundAuthentication; field in PromptInfo
87 mAllowBackgroundAuthentication = in.readBoolean(); in PromptInfo()
134 dest.writeBoolean(mAllowBackgroundAuthentication); in writeToParcel()
146 && !mAllowBackgroundAuthentication) { in requiresTestOrInternalPermission()
150 } else if (mAllowBackgroundAuthentication) { in requiresTestOrInternalPermission()
303 mAllowBackgroundAuthentication = allow; in setAllowBackgroundAuthentication()
439 return mAllowBackgroundAuthentication; in isAllowBackgroundAuthentication()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DAuthenticationClient.java79 private final boolean mAllowBackgroundAuthentication; field in AuthenticationClient
111 mAllowBackgroundAuthentication = allowBackgroundAuthentication; in AuthenticationClient()
201 if (mAllowBackgroundAuthentication) { in onAuthenticated()
208 if (!mAllowBackgroundAuthentication && authenticated in onAuthenticated()