Home
last modified time | relevance | path

Searched refs:biometricUnlockController (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeWallpaperState.java48 BiometricUnlockController biometricUnlockController) { in DozeWallpaperState() argument
51 biometricUnlockController, in DozeWallpaperState()
57 BiometricUnlockController biometricUnlockController, DozeParameters parameters) { in DozeWallpaperState() argument
59 mBiometricUnlockController = biometricUnlockController; in DozeWallpaperState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DLatencyTester.java76 BiometricUnlockController biometricUnlockController = getComponent(StatusBar.class) in fakeWakeAndUnlock() local
78 biometricUnlockController.onBiometricAcquired(BiometricSourceType.FINGERPRINT); in fakeWakeAndUnlock()
79 biometricUnlockController.onBiometricAuthenticated( in fakeWakeAndUnlock()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLightBarController.java100 BiometricUnlockController biometricUnlockController) { in setBiometricUnlockController() argument
101 mBiometricUnlockController = biometricUnlockController; in setBiometricUnlockController()
DStatusBarKeyguardViewManager.java214 BiometricUnlockController biometricUnlockController, in registerStatusBar() argument
224 mBiometricUnlockController = biometricUnlockController; in registerStatusBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationMediaManager.java650 public void setBiometricUnlockController(BiometricUnlockController biometricUnlockController) { in setBiometricUnlockController() argument
651 mBiometricUnlockController = biometricUnlockController; in setBiometricUnlockController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java774 BiometricUnlockController biometricUnlockController, in TestableStatusBar() argument
806 mBiometricUnlockController = biometricUnlockController; in TestableStatusBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java2073 BiometricUnlockController biometricUnlockController, ViewGroup lockIconContainer, in registerStatusBar() argument
2077 biometricUnlockController, mDismissCallbackRegistry, lockIconContainer, in registerStatusBar()