Searched refs:STRONG_AUTH_REQUIRED_AFTER_BOOT (Results 1 – 8 of 8) sorted by relevance
31 …port com.android.internal.widget.LockPatternUtils.StrongAuthTracker.STRONG_AUTH_REQUIRED_AFTER_BOOT106 == STRONG_AUTH_REQUIRED_AFTER_BOOT) { in isEnabled()
24 …port com.android.internal.widget.LockPatternUtils.StrongAuthTracker.STRONG_AUTH_REQUIRED_AFTER_BOOT107 .thenReturn(STRONG_AUTH_REQUIRED_AFTER_BOOT) in testFeatureEnabledAfterBootVisibility()
22 …tic com.android.internal.widget.LockPatternUtils.StrongAuthTracker.STRONG_AUTH_REQUIRED_AFTER_BOOT;483 STRONG_AUTH_REQUIRED_AFTER_BOOT); in testFingerprintDoesNotAuth_whenEncrypted()543 STRONG_AUTH_REQUIRED_AFTER_BOOT); in skipsAuthentication_whenEncryptedKeyguard()556 STRONG_AUTH_REQUIRED_AFTER_BOOT); in requiresAuthentication_whenEncryptedKeyguard_andBypass()927 .thenReturn(STRONG_AUTH_REQUIRED_AFTER_BOOT); in testStartUdfpsServiceNoAuthenticationSinceLastBoot()
23 …tic com.android.internal.widget.LockPatternUtils.StrongAuthTracker.STRONG_AUTH_REQUIRED_AFTER_BOOT;484 final boolean isEncrypted = containsFlag(strongAuth, STRONG_AUTH_REQUIRED_AFTER_BOOT); in isUserEncryptedOrLockdown()
19 …tic com.android.internal.widget.LockPatternUtils.StrongAuthTracker.STRONG_AUTH_REQUIRED_AFTER_BOOT;585 == STRONG_AUTH_REQUIRED_AFTER_BOOT; in isWalletAvailableAfterUnlock()
1447 STRONG_AUTH_REQUIRED_AFTER_BOOT,1465 public static final int STRONG_AUTH_REQUIRED_AFTER_BOOT = 0x1; field in LockPatternUtils.StrongAuthTracker1537 return strongAuthRequired ? STRONG_AUTH_REQUIRED_AFTER_BOOT : STRONG_AUTH_NOT_REQUIRED; in getDefaultFlags()
26 …tic com.android.internal.widget.LockPatternUtils.StrongAuthTracker.STRONG_AUTH_REQUIRED_AFTER_BOOT;1216 final boolean isEncrypted = containsFlag(strongAuth, STRONG_AUTH_REQUIRED_AFTER_BOOT); in isEncryptedOrLockdown()1615 & STRONG_AUTH_REQUIRED_AFTER_BOOT) == 0; in hasUserAuthenticatedSinceBoot()2317 containsFlag(strongAuth, STRONG_AUTH_REQUIRED_AFTER_BOOT) in shouldListenForFace()
586 if (flag != StrongAuthTracker.STRONG_AUTH_REQUIRED_AFTER_BOOT in refreshAgentList()