Searched refs:strongAuth (Results 1 – 7 of 7) sorted by relevance
516 final int strongAuth = lpu.getStrongAuthForUser(user); in isUserEncryptedOrLockdown() local517 final boolean isEncrypted = containsFlag(strongAuth, STRONG_AUTH_REQUIRED_AFTER_BOOT); in isUserEncryptedOrLockdown()518 final boolean isLockDown = containsFlag(strongAuth, STRONG_AUTH_REQUIRED_AFTER_DPM_LOCK_NOW) in isUserEncryptedOrLockdown()519 || containsFlag(strongAuth, STRONG_AUTH_REQUIRED_AFTER_USER_LOCKDOWN); in isUserEncryptedOrLockdown()
158 void notifyKeyguardAuthenticated(boolean strongAuth); in notifyKeyguardAuthenticated() argument
1573 final int strongAuth = mStrongAuthTracker.getStrongAuthForUser(userId); in isEncryptedOrLockdown() local1575 containsFlag(strongAuth, STRONG_AUTH_REQUIRED_AFTER_DPM_LOCK_NOW) in isEncryptedOrLockdown()1576 || containsFlag(strongAuth, STRONG_AUTH_REQUIRED_AFTER_USER_LOCKDOWN); in isEncryptedOrLockdown()1577 final boolean isEncrypted = containsFlag(strongAuth, STRONG_AUTH_REQUIRED_AFTER_BOOT); in isEncryptedOrLockdown()
297 fun notifyKeyguardAuthenticatedBiometrics(strongAuth: Boolean) { in <lambda>()298 repository.setKeyguardAuthenticatedBiometrics(strongAuth) in <lambda>()
908 int strongAuth = strongAuthTracker.getStrongAuthForUser(currentUser);919 } else if (any && (strongAuth & STRONG_AUTH_REQUIRED_AFTER_TIMEOUT) != 0) {921 } else if (any && (strongAuth & STRONG_AUTH_REQUIRED_AFTER_USER_LOCKDOWN) != 0) {923 } else if ((strongAuth & STRONG_AUTH_REQUIRED_AFTER_DPM_LOCK_NOW) != 0) {925 } else if (any && ((strongAuth & STRONG_AUTH_REQUIRED_AFTER_LOCKOUT) != 0928 } else if ((strongAuth & SOME_AUTH_REQUIRED_AFTER_ADAPTIVE_AUTH_REQUEST) != 0) {931 && (strongAuth & SOME_AUTH_REQUIRED_AFTER_USER_REQUEST) != 0) {934 && (strongAuth & SOME_AUTH_REQUIRED_AFTER_TRUSTAGENT_EXPIRED) != 0) {936 } else if (any && (strongAuth & STRONG_AUTH_REQUIRED_FOR_UNATTENDED_UPDATE) != 0) {938 } else if (any && (strongAuth
1546 public void notifyKeyguardAuthenticated(boolean strongAuth) { in notifyKeyguardAuthenticated() argument1547 mPrimaryBouncerInteractor.notifyKeyguardAuthenticatedBiometrics(strongAuth); in notifyKeyguardAuthenticated()
410 void register(LockSettingsStrongAuth strongAuth) { in register() argument411 strongAuth.registerStrongAuthTracker(getStub()); in register()