Searched refs:mAllowBackgroundAuthentication (Results 1 – 2 of 2) sorted by relevance
47 private boolean mAllowBackgroundAuthentication; field in PromptInfo69 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()
79 private final boolean mAllowBackgroundAuthentication; field in AuthenticationClient126 mAllowBackgroundAuthentication = allowBackgroundAuthentication; in AuthenticationClient()204 if (mAllowBackgroundAuthentication) { in onAuthenticated()211 if (!mAllowBackgroundAuthentication && authenticated in onAuthenticated()