Searched refs:mIsStrongAuthRequired (Results 1 – 3 of 3) sorted by relevance
70 protected boolean mIsStrongAuthRequired; field in ConfirmDeviceCredentialBaseFragment94 mIsStrongAuthRequired = isFingerprintDisallowedByStrongAuth(); in onCreate()96 && !mReturnCredentials && !mIsStrongAuthRequired; in onCreate()
236 return mIsStrongAuthRequired in getDefaultDetails()240 return mIsStrongAuthRequired in getDefaultDetails()
190 int index = ((mIsStrongAuthRequired ? 1 : 0) << 2) + ((isProfile ? 1 : 0) << 1) in getDefaultDetails()