Home
last modified time | relevance | path

Searched defs:strongAuth (Results 1 – 11 of 11) 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()
DKeyguardViewController.java159 void notifyKeyguardAuthenticated(boolean strongAuth); in notifyKeyguardAuthenticated()
DKeyguardHostView.java227 public void finish(boolean strongAuth, int targetUserId) { in finish()
DKeyguardSecurityContainer.java201 public void finish(boolean strongAuth, int targetUserId); in finish()
DKeyguardUpdateMonitor.java1073 final int strongAuth = mStrongAuthTracker.getStrongAuthForUser(userId); in isEncryptedOrLockdown() local
1961 final int strongAuth = mStrongAuthTracker.getStrongAuthForUser(user); in shouldListenForFace() local
/frameworks/base/services/core/java/com/android/server/biometrics/
DUtils.java316 final int strongAuth = lpu.getStrongAuthForUser(user); in isUserEncryptedOrLockdown() local
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java450 private void testFingerprintWhenStrongAuth(int strongAuth) { in testFingerprintWhenStrongAuth()
512 private void testStrongAuthExceptOnBouncer(int strongAuth) { in testStrongAuthExceptOnBouncer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBouncer.java503 public void notifyKeyguardAuthenticated(boolean strongAuth) { in notifyKeyguardAuthenticated()
DStatusBarKeyguardViewManager.java957 public void notifyKeyguardAuthenticated(boolean strongAuth) { in notifyKeyguardAuthenticated()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/keyguard/
DCarKeyguardViewController.java171 public void notifyKeyguardAuthenticated(boolean strongAuth) { in notifyKeyguardAuthenticated()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java315 void register(LockSettingsStrongAuth strongAuth) { in register()