Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLightBarController.java114 public void setBiometricUnlockController( in setBiometricUnlockController() method in LightBarController
H A DStatusBar.java1607 mLightBarController.setBiometricUnlockController(mBiometricUnlockController); in startKeyguard()
1608 mMediaManager.setBiometricUnlockController(mBiometricUnlockController); in startKeyguard()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationMediaManager.java789 public void setBiometricUnlockController(BiometricUnlockController biometricUnlockController) { in setBiometricUnlockController() method in NotificationMediaManager