Home
last modified time | relevance | path

Searched defs:strongAuth (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DViewMediatorCallback.java36 void keyguardDone(boolean strongAuth, int targetUserId); in keyguardDone()
56 void keyguardDonePending(boolean strongAuth, int targetUserId); in keyguardDonePending()
DKeyguardSecurityCallback.java94 default void finish(boolean strongAuth, int targetUserId) { in finish()
DKeyguardViewController.java151 void notifyKeyguardAuthenticated(boolean strongAuth); in notifyKeyguardAuthenticated()
DKeyguardSecurityContainerController.java597 public void finish(boolean strongAuth, int currentUser) { in finish()
DKeyguardUpdateMonitor.java1513 final int strongAuth = mStrongAuthTracker.getStrongAuthForUser(userId); in isEncryptedOrLockdown() local
/frameworks/base/services/core/java/com/android/server/biometrics/
DUtils.java487 final int strongAuth = lpu.getStrongAuthForUser(user); in isUserEncryptedOrLockdown() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java1308 public void notifyKeyguardAuthenticated(boolean strongAuth) { in notifyKeyguardAuthenticated()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java340 void register(LockSettingsStrongAuth strongAuth) { in register()