Home
last modified time | relevance | path

Searched defs:biometricSourceType (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitorCallback.java241 public void onBiometricAcquired(BiometricSourceType biometricSourceType) { } in onBiometricAcquired()
247 public void onBiometricAuthFailed(BiometricSourceType biometricSourceType) { } in onBiometricAuthFailed()
254 public void onBiometricAuthenticated(int userId, BiometricSourceType biometricSourceType, in onBiometricAuthenticated()
264 BiometricSourceType biometricSourceType) { } in onBiometricHelp()
275 BiometricSourceType biometricSourceType) { } in onBiometricError()
286 BiometricSourceType biometricSourceType) { } in onBiometricRunningStateChanged()
297 public void onLockedOutStateChanged(BiometricSourceType biometricSourceType) { } in onLockedOutStateChanged()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBiometricUnlockController.java181 public final BiometricSourceType biometricSourceType; field in BiometricUnlockController.PendingAuthenticated
184 PendingAuthenticated(int userId, BiometricSourceType biometricSourceType, in PendingAuthenticated()
329 public void onBiometricAcquired(BiometricSourceType biometricSourceType) { in onBiometricAcquired()
361 public void onBiometricAuthenticated(int userId, BiometricSourceType biometricSourceType, in onBiometricAuthenticated()
388 public void startWakeAndUnlock(BiometricSourceType biometricSourceType, in startWakeAndUnlock()
540 private @WakeAndUnlockMode int calculateMode(BiometricSourceType biometricSourceType, in calculateMode()
631 public void onBiometricAuthFailed(BiometricSourceType biometricSourceType) { in onBiometricAuthFailed()
657 BiometricSourceType biometricSourceType) { in onBiometricError()
776 private int toSubtype(BiometricSourceType biometricSourceType) { in toSubtype()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java979 BiometricSourceType biometricSourceType) { in onBiometricHelp()
1009 BiometricSourceType biometricSourceType) { in onBiometricError()
1046 BiometricSourceType biometricSourceType, KeyguardUpdateMonitor updateMonitor) { in shouldSuppressBiometricError()
1100 BiometricSourceType biometricSourceType) { in onBiometricRunningStateChanged()
1110 public void onBiometricAuthenticated(int userId, BiometricSourceType biometricSourceType, in onBiometricAuthenticated()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardStateControllerImpl.java398 public void onBiometricAuthenticated(int userId, BiometricSourceType biometricSourceType, in onBiometricAuthenticated()