Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewTest.java197 mNotificationPanelView.mKeyguardUpdateCallback.onBiometricRunningStateChanged(true, in testKeyguardStatusBarVisibility_hiddenForBypass()
203 mNotificationPanelView.mKeyguardUpdateCallback.onBiometricRunningStateChanged(true, in testKeyguardStatusBarVisibility_hiddenForBypass()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitorCallback.java280 public void onBiometricRunningStateChanged(boolean running, in onBiometricRunningStateChanged() method in KeyguardUpdateMonitorCallback
DKeyguardUpdateMonitor.java757 cb.onBiometricRunningStateChanged(isFingerprintDetectionRunning(), in notifyFingerprintRunningStateChanged()
918 cb.onBiometricRunningStateChanged(isFaceDetectionRunning(), in notifyFaceRunningStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockIcon.java161 public void onBiometricRunningStateChanged(boolean running,
DNotificationPanelView.java183 public void onBiometricRunningStateChanged(boolean running,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java776 public void onBiometricRunningStateChanged(boolean running, in onBiometricRunningStateChanged() method in KeyguardIndicationController.BaseKeyguardCallback