/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
D | KeyguardUnlockAnimationControllerTest.kt | 67 private lateinit var biometricUnlockController: BiometricUnlockController in <lambda>() variable in com.android.systemui.keyguard.KeyguardUnlockAnimationControllerTest 108 featureFlags, { biometricUnlockController }, statusBarStateController, in <lambda>() 142 whenever(biometricUnlockController.isWakeAndUnlock).thenReturn(true) in <lambda>() 175 whenever(biometricUnlockController.isWakeAndUnlock).thenReturn(false) in <lambda>() 191 whenever(biometricUnlockController.isWakeAndUnlock).thenReturn(true) in <lambda>() 192 whenever(biometricUnlockController.mode).thenReturn( in <lambda>() 211 whenever(biometricUnlockController.isWakeAndUnlock).thenReturn(true) in <lambda>() 212 whenever(biometricUnlockController.mode).thenReturn( in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
D | DozeWallpaperState.java | 51 BiometricUnlockController biometricUnlockController, in DozeWallpaperState() argument 54 mBiometricUnlockController = biometricUnlockController; in DozeWallpaperState()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
D | AuthRippleControllerTest.kt | 87 private lateinit var biometricUnlockController: BiometricUnlockController variable in com.android.systemui.biometrics.AuthRippleControllerTest 132 biometricUnlockController, in setUp() 157 verify(biometricUnlockController).addListener(biometricUnlockListener.capture()) in testFingerprintTrigger_KeyguardShowing_Ripple() 264 `when`(biometricUnlockController.isWakeAndUnlock).thenReturn(true) in testAnimatorRunWhenWakeAndUnlock_fingerprint() 283 `when`(biometricUnlockController.isWakeAndUnlock).thenReturn(true) in testAnimatorRunWhenWakeAndUnlock_faceUdfpsFingerDown()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/phone/ |
D | BiometricUnlockController.kt | 26 val Kosmos.biometricUnlockController: BiometricUnlockController by Fixture { in <lambda>() constant
|
D | DozeServiceHostKosmos.kt | 48 { biometricUnlockController }, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | AuthRippleController.kt | 84 private val biometricUnlockController: BiometricUnlockController, in <lambda>() constant in com.android.systemui.biometrics.AuthRippleController 137 biometricUnlockController.addListener(biometricModeListener) in <lambda>() 166 biometricUnlockController.removeListener(biometricModeListener) in <lambda>() 226 if (statusBarStateController.isDozing || biometricUnlockController.isWakeAndUnlock) { in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardViewController.java | 190 BiometricUnlockController biometricUnlockController, in registerCentralSurfaces() argument
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/ |
D | LegacyActivityStarterInternalImplTest.kt | 82 @Mock private lateinit var biometricUnlockController: BiometricUnlockController variable in com.android.systemui.statusbar.phone.LegacyActivityStarterInternalImplTest 112 biometricUnlockControllerLazy = { biometricUnlockController }, in setUp() 265 verify(biometricUnlockController) in dismissKeyguardThenExecute_startWakeAndUnlock()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | BiometricsUnlockControllerTest.java | 161 BiometricUnlockController biometricUnlockController = new BiometricUnlockController( in createController() local 176 biometricUnlockController.setKeyguardViewController(mStatusBarKeyguardViewManager); in createController() 177 biometricUnlockController.addListener(mBiometricUnlockEventsListener); in createController() 179 return biometricUnlockController; in createController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationShadeDepthController.kt | 63 private val biometricUnlockController: BiometricUnlockController, in <lambda>() constant in com.android.systemui.statusbar.NotificationShadeDepthController 259 biometricUnlockController.mode != MODE_WAKE_AND_UNLOCK) { in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | LightBarController.java | 159 BiometricUnlockController biometricUnlockController) { in setBiometricUnlockController() argument 160 mBiometricUnlockController = biometricUnlockController; in setBiometricUnlockController()
|
D | KeyguardStatusBarViewController.java | 301 BiometricUnlockController biometricUnlockController, in KeyguardStatusBarViewController() argument 328 mBiometricUnlockController = biometricUnlockController; in KeyguardStatusBarViewController()
|
D | StatusBarKeyguardViewManager.java | 442 BiometricUnlockController biometricUnlockController, in registerCentralSurfaces() argument 445 mBiometricUnlockController = biometricUnlockController; in registerCentralSurfaces()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationShadeDepthControllerTest.kt | 69 @Mock private lateinit var biometricUnlockController: BiometricUnlockController in <lambda>() variable in com.android.systemui.statusbar.NotificationShadeDepthControllerTest 111 biometricUnlockController, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewMediator.java | 3615 BiometricUnlockController biometricUnlockController, 3622 biometricUnlockController,
|