Searched refs:mAllowBackgroundAuthentication (Results 1 – 2 of 2) sorted by relevance
47 private boolean mAllowBackgroundAuthentication; field in PromptInfo68 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()
78 private final boolean mAllowBackgroundAuthentication; field in AuthenticationClient125 mAllowBackgroundAuthentication = allowBackgroundAuthentication; in AuthenticationClient()199 if (mAllowBackgroundAuthentication) { in onAuthenticated()206 if (!mAllowBackgroundAuthentication && authenticated in onAuthenticated()