Home
last modified time | relevance | path

Searched refs:keyguardBypassController (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardBypassControllerTest.kt56 private lateinit var keyguardBypassController: KeyguardBypassController variable in com.android.systemui.statusbar.phone.KeyguardBypassControllerTest
124 keyguardBypassController = in initKeyguardBypassController()
143 assertThat(keyguardBypassController.isPostureAllowedForFaceAuth()).isTrue() in configDevicePostureClosed_matchState_isPostureAllowedForFaceAuth_returnTrue()
152 assertThat(keyguardBypassController.isPostureAllowedForFaceAuth()).isTrue() in configDevicePostureOpen_matchState_isPostureAllowedForFaceAuth_returnTrue()
161 assertThat(keyguardBypassController.isPostureAllowedForFaceAuth()).isTrue() in configDevicePostureFlipped_matchState_isPostureAllowedForFaceAuth_returnTrue()
170 assertThat(keyguardBypassController.isPostureAllowedForFaceAuth()).isFalse() in configDevicePostureClosed_changeOpened_isPostureAllowedForFaceAuth_returnFalse()
179 assertThat(keyguardBypassController.isPostureAllowedForFaceAuth()).isFalse() in configDevicePostureClosed_changeFlipped_isPostureAllowedForFaceAuth_returnFalse()
188 assertThat(keyguardBypassController.isPostureAllowedForFaceAuth()).isFalse() in configDevicePostureOpened_changeClosed_isPostureAllowedForFaceAuth_returnFalse()
197 assertThat(keyguardBypassController.isPostureAllowedForFaceAuth()).isFalse() in configDevicePostureOpened_changeFlipped_isPostureAllowedForFaceAuth_returnFalse()
206 assertThat(keyguardBypassController.isPostureAllowedForFaceAuth()).isFalse() in configDevicePostureFlipped_changeClosed_isPostureAllowedForFaceAuth_returnFalse()
[all …]
DHeadsUpManagerPhoneTest.java82 KeyguardBypassController keyguardBypassController, in TestableHeadsUpManagerPhone() argument
93 keyguardBypassController, in TestableHeadsUpManagerPhone()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DCameraLauncher.java36 KeyguardBypassController keyguardBypassController in CameraLauncher() argument
39 mKeyguardBypassController = keyguardBypassController; in CameraLauncher()
DNotificationShadeWindowControllerImpl.java137 KeyguardBypassController keyguardBypassController, in NotificationShadeWindowControllerImpl() argument
154 mKeyguardBypassController = keyguardBypassController; in NotificationShadeWindowControllerImpl()
DQuickSettingsController.java295 KeyguardBypassController keyguardBypassController, in QuickSettingsController() argument
334 mKeyguardBypassController = keyguardBypassController; in QuickSettingsController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarHeadsUpChangeListener.java48 KeyguardBypassController keyguardBypassController, in StatusBarHeadsUpChangeListener() argument
56 mKeyguardBypassController = keyguardBypassController; in StatusBarHeadsUpChangeListener()
DNotificationIconAreaController.java116 KeyguardBypassController keyguardBypassController, in NotificationIconAreaController() argument
133 mBypassController = keyguardBypassController; in NotificationIconAreaController()
DBiometricUnlockController.java274 KeyguardBypassController keyguardBypassController, in BiometricUnlockController() argument
307 mKeyguardBypassController = keyguardBypassController; in BiometricUnlockController()
DCentralSurfacesImpl.java691 KeyguardBypassController keyguardBypassController, in CentralSurfacesImpl() argument
781 mKeyguardBypassController = keyguardBypassController; in CentralSurfacesImpl()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
DPrimaryBouncerInteractorWithCoroutinesTest.kt51 @Mock private lateinit var keyguardBypassController: KeyguardBypassController variable in com.android.systemui.keyguard.domain.interactor.PrimaryBouncerInteractorWithCoroutinesTest
72 keyguardBypassController, in setUp()
DPrimaryBouncerInteractorTest.kt69 @Mock private lateinit var keyguardBypassController: KeyguardBypassController variable in com.android.systemui.keyguard.domain.interactor.PrimaryBouncerInteractorTest
91 keyguardBypassController, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelfController.java50 KeyguardBypassController keyguardBypassController, in NotificationShelfController() argument
55 mKeyguardBypassController = keyguardBypassController; in NotificationShelfController()
DLockscreenShadeTransitionController.kt58 private val keyguardBypassController: KeyguardBypassController, in <lambda>() constant in com.android.systemui.statusbar.LockscreenShadeTransitionController
412 !keyguardBypassController.bypassEnabled && in <lambda>()
578 if (keyguardBypassController.bypassEnabled) { in <lambda>()
678 val transitionHeight = if (keyguardBypassController.bypassEnabled) height else 0.0f in <lambda>()
DNotificationMediaManager.java189 KeyguardBypassController keyguardBypassController, in NotificationMediaManager() argument
201 mKeyguardBypassController = keyguardBypassController; in NotificationMediaManager()
DKeyguardIndicationController.java247 KeyguardBypassController keyguardBypassController, in KeyguardIndicationController() argument
270 mKeyguardBypassController = keyguardBypassController; in KeyguardIndicationController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardBouncerViewModelTest.kt58 @Mock private lateinit var keyguardBypassController: KeyguardBypassController variable in com.android.systemui.keyguard.ui.viewmodel.KeyguardBouncerViewModelTest
78 keyguardBypassController, in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DLockscreenShadeTransitionControllerTest.kt64 @Mock lateinit var keyguardBypassController: KeyguardBypassController variable in com.android.systemui.statusbar.LockscreenShadeTransitionControllerTest
102 keyguardBypassController = keyguardBypassController, in setup()
143 whenever(keyguardBypassController.bypassEnabled).thenReturn(false) in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowControllerTest.kt81 private val keyguardBypassController: KeyguardBypassController = mock() constant in com.android.systemui.statusbar.notification.row.ExpandableNotificationRowControllerTest
118 keyguardBypassController, in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/lockscreen/
DLockscreenSmartspaceControllerTest.kt118 private lateinit var keyguardBypassController: KeyguardBypassController in <lambda>() variable in com.android.systemui.statusbar.lockscreen.LockscreenSmartspaceControllerTest
246 keyguardBypassController, in <lambda>()
430 `when`(keyguardBypassController.bypassEnabled).thenReturn(true) in <lambda>()
794 verify(keyguardBypassController) in <lambda>()
831 `when`(keyguardBypassController.bypassEnabled).thenReturn(true) in <lambda>()
911 verify(keyguardBypassController) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DKeyguardFaceAuthManager.kt104 private val keyguardBypassController: KeyguardBypassController? = null, constant
114 get() = keyguardBypassController?.bypassEnabled ?: false
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DPrimaryBouncerInteractor.kt72 keyguardBypassController: KeyguardBypassController, in <lambda>()
82 !keyguardBypassController.bypassEnabled in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
DCentralSurfacesDependenciesModule.java135 KeyguardBypassController keyguardBypassController, in provideNotificationMediaManager() argument
151 keyguardBypassController, in provideNotificationMediaManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java146 KeyguardBypassController keyguardBypassController, in ExpandableNotificationRowController() argument
173 mKeyguardBypassController = keyguardBypassController; in ExpandableNotificationRowController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFragment.java174 KeyguardBypassController keyguardBypassController, in QSFragment() argument
191 mBypassController = keyguardBypassController; in QSFragment()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java646 KeyguardBypassController keyguardBypassController, in NotificationStackScrollLayoutController() argument
688 mKeyguardBypassController = keyguardBypassController; in NotificationStackScrollLayoutController()

12