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.java46 BiometricUnlockController biometricUnlockController) { in DozeWallpaperState() argument
49 biometricUnlockController, in DozeWallpaperState()
55 BiometricUnlockController biometricUnlockController, DozeParameters parameters) { in DozeWallpaperState() argument
57 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.java206 BiometricUnlockController biometricUnlockController, in registerStatusBar() argument
215 mBiometricUnlockController = biometricUnlockController; in registerStatusBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationMediaManager.java629 public void setBiometricUnlockController(BiometricUnlockController biometricUnlockController) { in setBiometricUnlockController() argument
630 mBiometricUnlockController = biometricUnlockController; in setBiometricUnlockController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java775 BiometricUnlockController biometricUnlockController, in TestableStatusBar() argument
808 mBiometricUnlockController = biometricUnlockController; in TestableStatusBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java2059 BiometricUnlockController biometricUnlockController, ViewGroup lockIconContainer) { in registerStatusBar() argument
2061 biometricUnlockController, mDismissCallbackRegistry, lockIconContainer); in registerStatusBar()