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.java47 private boolean mAllowBackgroundAuthentication; field in PromptInfo
68 mAllowBackgroundAuthentication = in.readBoolean(); in PromptInfo()
104 dest.writeBoolean(mAllowBackgroundAuthentication); in writeToParcel()
110 } else if (mAllowBackgroundAuthentication) { in containsTestConfigurations()
192 mAllowBackgroundAuthentication = allow; in setAllowBackgroundAuthentication()
262 return mAllowBackgroundAuthentication; in isAllowBackgroundAuthentication()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DAuthenticationClient.java78 private final boolean mAllowBackgroundAuthentication; field in AuthenticationClient
125 mAllowBackgroundAuthentication = allowBackgroundAuthentication; in AuthenticationClient()
199 if (mAllowBackgroundAuthentication) { in onAuthenticated()
206 if (!mAllowBackgroundAuthentication && authenticated in onAuthenticated()