HomeSort by relevance Sort by last modified time
    Searched full:misstrongauthrequired (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/src/com/android/settings/
ConfirmDeviceCredentialBaseFragment.java 70 protected boolean mIsStrongAuthRequired;
94 mIsStrongAuthRequired = isFingerprintDisallowedByStrongAuth();
96 && !mReturnCredentials && !mIsStrongAuthRequired;
ConfirmLockPattern.java 236 return mIsStrongAuthRequired
240 return mIsStrongAuthRequired
ConfirmLockPassword.java 190 int index = ((mIsStrongAuthRequired ? 1 : 0) << 2) + ((isProfile ? 1 : 0) << 1)

Completed in 73 milliseconds