Home
last modified time | relevance | path

Searched refs:isStrongAuthRequired (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/password/
DConfirmLockPattern.java241 final boolean isStrongAuthRequired = isStrongAuthRequired(); in getDefaultDetails()
243 return isStrongAuthRequired in getDefaultDetails()
247 return isStrongAuthRequired in getDefaultDetails()
DConfirmLockPassword.java209 boolean isStrongAuthRequired = isStrongAuthRequired(); in getDefaultDetails()
212 int index = ((isStrongAuthRequired ? 1 : 0) << 2) + ((isProfile ? 1 : 0) << 1) in getDefaultDetails()
DConfirmDeviceCredentialActivity.java253 private boolean isStrongAuthRequired(int effectiveUserId) { in isStrongAuthRequired() method in ConfirmDeviceCredentialActivity
265 return !isStrongAuthRequired(effectiveUserId) in isBiometricAllowed()
DConfirmDeviceCredentialBaseFragment.java152 protected boolean isStrongAuthRequired() { in isStrongAuthRequired() method in ConfirmDeviceCredentialBaseFragment
/packages/apps/Settings/src/com/android/settings/password/
DConfirmLockPattern.java258 final boolean isStrongAuthRequired = isStrongAuthRequired(); in getDefaultDetails()
260 return isStrongAuthRequired in getDefaultDetails()
264 return isStrongAuthRequired in getDefaultDetails()
DConfirmLockPassword.java249 boolean isStrongAuthRequired = isStrongAuthRequired(); in getDefaultDetails()
251 int index = ((isStrongAuthRequired ? 1 : 0) << 2) + ((mIsManagedProfile ? 1 : 0) << 1) in getDefaultDetails()
DConfirmDeviceCredentialActivity.java343 private boolean isStrongAuthRequired(int effectiveUserId) { in isStrongAuthRequired() method in ConfirmDeviceCredentialActivity
349 return !isStrongAuthRequired(effectiveUserId) && !mLockPatternUtils in isBiometricAllowed()
DConfirmDeviceCredentialBaseFragment.java165 protected boolean isStrongAuthRequired() { in isStrongAuthRequired() method in ConfirmDeviceCredentialBaseFragment