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