Home
last modified time | relevance | path

Searched refs:onBiometricRunningStateChanged (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitorCallback.java285 public void onBiometricRunningStateChanged(boolean running, in onBiometricRunningStateChanged() method in KeyguardUpdateMonitorCallback
H A DLockIconViewController.java467 public void onBiometricRunningStateChanged(boolean running,
H A DKeyguardUpdateMonitor.java901 cb.onBiometricRunningStateChanged(isFingerprintDetectionRunning(), in notifyFingerprintRunningStateChanged()
1105 cb.onBiometricRunningStateChanged(isFaceDetectionRunning(), in notifyFaceRunningStateChanged()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletActivity.java140 public void onBiometricRunningStateChanged( in onCreate()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarViewController.java162 public void onBiometricRunningStateChanged(
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DLockIconViewControllerTest.java265 mKeyguardUpdateMonitorCallback.onBiometricRunningStateChanged(false, in testUnlockIconShows_biometricUnlockedTrue()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java1099 public void onBiometricRunningStateChanged(boolean running, in onBiometricRunningStateChanged() method in KeyguardIndicationController.BaseKeyguardCallback