Home
last modified time | relevance | path

Searched refs:notifyBiometricAuthModeChanged (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBiometricUnlockController.java488 mBiometricModeListener.notifyBiometricAuthModeChanged(); in startWakeAndUnlock()
705 mBiometricModeListener.notifyBiometricAuthModeChanged(); in resetMode()
796 void notifyBiometricAuthModeChanged(); in notifyBiometricAuthModeChanged() method
H A DStatusBar.java1584 public void notifyBiometricAuthModeChanged() { in startKeyguard()
1585 StatusBar.this.notifyBiometricAuthModeChanged(); in startKeyguard()
3717 public void notifyBiometricAuthModeChanged() { in notifyBiometricAuthModeChanged() method
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarTest.java782 mStatusBar.notifyBiometricAuthModeChanged(); in testFingerprintNotification_UpdatesScrims()