Searched defs:biometricSourceType (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardUpdateMonitorCallback.java | 208 public void onBiometricAcquired(BiometricSourceType biometricSourceType, int acquireInfo) { } in onBiometricAcquired() 214 public void onBiometricAuthFailed(BiometricSourceType biometricSourceType) { } in onBiometricAuthFailed() 221 public void onBiometricAuthenticated(int userId, BiometricSourceType biometricSourceType, in onBiometricAuthenticated() 229 public void onBiometricDetected(int userId, BiometricSourceType biometricSourceType, in onBiometricDetected() 239 BiometricSourceType biometricSourceType) { } in onBiometricHelp() 250 BiometricSourceType biometricSourceType) { } in onBiometricError() 256 BiometricSourceType biometricSourceType) { } in onBiometricRunningStateChanged() 267 public void onLockedOutStateChanged(BiometricSourceType biometricSourceType) { } in onLockedOutStateChanged() 334 public void onBiometricEnrollmentStateChanged(BiometricSourceType biometricSourceType) { } in onBiometricEnrollmentStateChanged()
|
H A D | KeyguardUpdateMonitor.java | 929 private void onBiometricDetected(int userId, BiometricSourceType biometricSourceType, in onBiometricDetected() 1021 private void handleBiometricDetected(int authUserId, BiometricSourceType biometricSourceType, in handleBiometricDetected() 1699 public boolean isUnlockingWithBiometricAllowed( in isUnlockingWithBiometricAllowed() 3488 BiometricSourceType biometricSourceType; in notifyAboutEnrollmentChange() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | BiometricUnlockController.java | 189 public final BiometricSourceType biometricSourceType; field in BiometricUnlockController.PendingAuthenticated 192 PendingAuthenticated(int userId, BiometricSourceType biometricSourceType, in PendingAuthenticated() 358 public void onBiometricAcquired(BiometricSourceType biometricSourceType, in onBiometricAcquired() 390 public void onBiometricDetected(int userId, BiometricSourceType biometricSourceType, in onBiometricDetected() 401 public void onBiometricAuthenticated(int userId, BiometricSourceType biometricSourceType, in onBiometricAuthenticated() 436 public void startWakeAndUnlock(BiometricSourceType biometricSourceType, in startWakeAndUnlock() 550 private @WakeAndUnlockMode int calculateMode(BiometricSourceType biometricSourceType, in calculateMode() 690 public void onBiometricAuthFailed(BiometricSourceType biometricSourceType) { in onBiometricAuthFailed() 740 BiometricSourceType biometricSourceType) { in onBiometricError() 928 private int toSubtype(BiometricSourceType biometricSourceType) { in toSubtype() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | KeyguardIndicationController.java | 1159 public void onBiometricAcquired(BiometricSourceType biometricSourceType, int acquireInfo) { in onBiometricAcquired() 1167 BiometricSourceType biometricSourceType) { in onBiometricHelp() 1255 public void onBiometricAuthFailed(BiometricSourceType biometricSourceType) { in onBiometricAuthFailed() 1264 public void onLockedOutStateChanged(BiometricSourceType biometricSourceType) { in onLockedOutStateChanged() 1275 BiometricSourceType biometricSourceType) { in onBiometricError() 1334 BiometricSourceType biometricSourceType) { in onBiometricRunningStateChanged() 1344 public void onBiometricAuthenticated(int userId, BiometricSourceType biometricSourceType, in onBiometricAuthenticated()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | KeyguardStateControllerImpl.java | 439 public void onBiometricEnrollmentStateChanged(BiometricSourceType biometricSourceType) { in onBiometricEnrollmentStateChanged() 454 public void onBiometricAuthenticated(int userId, BiometricSourceType biometricSourceType, in onBiometricAuthenticated() 469 public void onLockedOutStateChanged(BiometricSourceType biometricSourceType) { in onLockedOutStateChanged()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | BiometricNotificationDialogFactory.java | 47 BiometricSourceType biometricSourceType) { in createReenrollDialog()
|