Searched refs:mAllowBackgroundAuthentication (Results 1 – 2 of 2) sorted by relevance
48 private boolean mAllowBackgroundAuthentication; field in PromptInfo72 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()
79 private final boolean mAllowBackgroundAuthentication; field in AuthenticationClient111 mAllowBackgroundAuthentication = allowBackgroundAuthentication; in AuthenticationClient()188 if (mAllowBackgroundAuthentication) { in onAuthenticated()195 if (!mAllowBackgroundAuthentication && authenticated in onAuthenticated()