Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesEmptyImpl.kt75 override fun notifyBiometricAuthModeChanged() {} in isScreenFullyOff() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
DCentralSurfaces.java267 void notifyBiometricAuthModeChanged(); in notifyBiometricAuthModeChanged() method
DCentralSurfacesImpl.java1521 notifyBiometricAuthModeChanged(); in startKeyguard()
1532 notifyBiometricAuthModeChanged(); in startKeyguard()
2725 public void notifyBiometricAuthModeChanged() { in notifyBiometricAuthModeChanged() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java741 mCentralSurfaces.notifyBiometricAuthModeChanged(); in testFingerprintNotification_UpdatesScrims()