Searched refs:biometricUnlockController (Results 1 – 7 of 7) sorted by relevance
46 BiometricUnlockController biometricUnlockController) { in DozeWallpaperState() argument49 biometricUnlockController, in DozeWallpaperState()55 BiometricUnlockController biometricUnlockController, DozeParameters parameters) { in DozeWallpaperState() argument57 mBiometricUnlockController = biometricUnlockController; in DozeWallpaperState()
76 BiometricUnlockController biometricUnlockController = getComponent(StatusBar.class) in fakeWakeAndUnlock() local78 biometricUnlockController.onBiometricAcquired(BiometricSourceType.FINGERPRINT); in fakeWakeAndUnlock()79 biometricUnlockController.onBiometricAuthenticated( in fakeWakeAndUnlock()
100 BiometricUnlockController biometricUnlockController) { in setBiometricUnlockController() argument101 mBiometricUnlockController = biometricUnlockController; in setBiometricUnlockController()
206 BiometricUnlockController biometricUnlockController, in registerStatusBar() argument215 mBiometricUnlockController = biometricUnlockController; in registerStatusBar()
629 public void setBiometricUnlockController(BiometricUnlockController biometricUnlockController) { in setBiometricUnlockController() argument630 mBiometricUnlockController = biometricUnlockController; in setBiometricUnlockController()
775 BiometricUnlockController biometricUnlockController, in TestableStatusBar() argument808 mBiometricUnlockController = biometricUnlockController; in TestableStatusBar()
2059 BiometricUnlockController biometricUnlockController, ViewGroup lockIconContainer) { in registerStatusBar() argument2061 biometricUnlockController, mDismissCallbackRegistry, lockIconContainer); in registerStatusBar()