/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
H A D | KeyguardUnlockAnimationControllerTest.kt | 51 private lateinit var biometricUnlockController: BiometricUnlockController 62 smartspaceTransitionController, featureFlags, biometricUnlockController 88 `when`(biometricUnlockController.isWakeAndUnlock).thenReturn(true) 119 `when`(biometricUnlockController.isWakeAndUnlock).thenReturn(false)
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | LatencyTester.java | 50 public LatencyTester(Context context, BiometricUnlockController biometricUnlockController, in LatencyTester() argument 54 mBiometricUnlockController = biometricUnlockController; in LatencyTester()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
H A D | DozeWallpaperState.java | 51 BiometricUnlockController biometricUnlockController, in DozeWallpaperState() argument 54 mBiometricUnlockController = biometricUnlockController; in DozeWallpaperState()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
H A D | AuthRippleControllerTest.kt | 74 @Mock private lateinit var biometricUnlockController: BiometricUnlockController 102 biometricUnlockController, 275 `when`(biometricUnlockController.isWakeAndUnlock).thenReturn(true)
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
H A D | KeyguardUnlockAnimationController.kt | 100 private val biometricUnlockController: BiometricUnlockController 235 if (biometricUnlockController.isWakeAndUnlock) {
|
H A D | KeyguardViewMediator.java | 2683 BiometricUnlockController biometricUnlockController, in registerStatusBar() argument 2689 biometricUnlockController, in registerStatusBar()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardViewController.java | 194 BiometricUnlockController biometricUnlockController, in registerStatusBar() argument
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | LightBarController.java | 115 BiometricUnlockController biometricUnlockController) { in setBiometricUnlockController() argument 116 mBiometricUnlockController = biometricUnlockController; in setBiometricUnlockController()
|
H A D | KeyguardStatusBarViewController.java | 231 BiometricUnlockController biometricUnlockController, in KeyguardStatusBarViewController() argument 248 mBiometricUnlockController = biometricUnlockController; in KeyguardStatusBarViewController()
|
H A D | StatusBarKeyguardViewManager.java | 273 BiometricUnlockController biometricUnlockController, in registerStatusBar() argument 277 mBiometricUnlockController = biometricUnlockController; in registerStatusBar()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | AuthRippleController.kt | 69 private val biometricUnlockController: BiometricUnlockController, 141 if (statusBarStateController.isDozing || biometricUnlockController.isWakeAndUnlock) {
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | NotificationShadeDepthControllerTest.kt | 63 @Mock private lateinit var biometricUnlockController: BiometricUnlockController 101 statusBarStateController, blurUtils, biometricUnlockController,
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationShadeDepthController.kt | 59 private val biometricUnlockController: BiometricUnlockController, 233 biometricUnlockController.mode != MODE_WAKE_AND_UNLOCK) {
|
H A D | NotificationMediaManager.java | 789 public void setBiometricUnlockController(BiometricUnlockController biometricUnlockController) { in setBiometricUnlockController() argument 790 mBiometricUnlockController = biometricUnlockController; in setBiometricUnlockController()
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/ |
H A D | CarKeyguardViewController.java | 394 BiometricUnlockController biometricUnlockController, in registerStatusBar() argument
|