Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfaces.java310 void notifyBiometricAuthModeChanged(); in notifyBiometricAuthModeChanged() method
H A DCentralSurfacesImpl.java1645 notifyBiometricAuthModeChanged(); in startKeyguard()
1656 notifyBiometricAuthModeChanged(); in startKeyguard()
3111 public void notifyBiometricAuthModeChanged() { in notifyBiometricAuthModeChanged() method
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImplTest.java951 mCentralSurfaces.notifyBiometricAuthModeChanged(); in testFingerprintNotification_UpdatesScrims()