/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | KeyguardBypassControllerTest.kt | 56 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 …]
|
D | HeadsUpManagerPhoneTest.java | 82 KeyguardBypassController keyguardBypassController, in TestableHeadsUpManagerPhone() argument 93 keyguardBypassController, in TestableHeadsUpManagerPhone()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | CameraLauncher.java | 36 KeyguardBypassController keyguardBypassController in CameraLauncher() argument 39 mKeyguardBypassController = keyguardBypassController; in CameraLauncher()
|
D | NotificationShadeWindowControllerImpl.java | 137 KeyguardBypassController keyguardBypassController, in NotificationShadeWindowControllerImpl() argument 154 mKeyguardBypassController = keyguardBypassController; in NotificationShadeWindowControllerImpl()
|
D | QuickSettingsController.java | 295 KeyguardBypassController keyguardBypassController, in QuickSettingsController() argument 334 mKeyguardBypassController = keyguardBypassController; in QuickSettingsController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarHeadsUpChangeListener.java | 48 KeyguardBypassController keyguardBypassController, in StatusBarHeadsUpChangeListener() argument 56 mKeyguardBypassController = keyguardBypassController; in StatusBarHeadsUpChangeListener()
|
D | NotificationIconAreaController.java | 116 KeyguardBypassController keyguardBypassController, in NotificationIconAreaController() argument 133 mBypassController = keyguardBypassController; in NotificationIconAreaController()
|
D | BiometricUnlockController.java | 274 KeyguardBypassController keyguardBypassController, in BiometricUnlockController() argument 307 mKeyguardBypassController = keyguardBypassController; in BiometricUnlockController()
|
D | CentralSurfacesImpl.java | 691 KeyguardBypassController keyguardBypassController, in CentralSurfacesImpl() argument 781 mKeyguardBypassController = keyguardBypassController; in CentralSurfacesImpl()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/ |
D | PrimaryBouncerInteractorWithCoroutinesTest.kt | 51 @Mock private lateinit var keyguardBypassController: KeyguardBypassController variable in com.android.systemui.keyguard.domain.interactor.PrimaryBouncerInteractorWithCoroutinesTest 72 keyguardBypassController, in setUp()
|
D | PrimaryBouncerInteractorTest.kt | 69 @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/ |
D | NotificationShelfController.java | 50 KeyguardBypassController keyguardBypassController, in NotificationShelfController() argument 55 mKeyguardBypassController = keyguardBypassController; in NotificationShelfController()
|
D | LockscreenShadeTransitionController.kt | 58 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>()
|
D | NotificationMediaManager.java | 189 KeyguardBypassController keyguardBypassController, in NotificationMediaManager() argument 201 mKeyguardBypassController = keyguardBypassController; in NotificationMediaManager()
|
D | KeyguardIndicationController.java | 247 KeyguardBypassController keyguardBypassController, in KeyguardIndicationController() argument 270 mKeyguardBypassController = keyguardBypassController; in KeyguardIndicationController()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | KeyguardBouncerViewModelTest.kt | 58 @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/ |
D | LockscreenShadeTransitionControllerTest.kt | 64 @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/ |
D | ExpandableNotificationRowControllerTest.kt | 81 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/ |
D | LockscreenSmartspaceControllerTest.kt | 118 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/ |
D | KeyguardFaceAuthManager.kt | 104 private val keyguardBypassController: KeyguardBypassController? = null, constant 114 get() = keyguardBypassController?.bypassEnabled ?: false
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
D | PrimaryBouncerInteractor.kt | 72 keyguardBypassController: KeyguardBypassController, in <lambda>() 82 !keyguardBypassController.bypassEnabled in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/ |
D | CentralSurfacesDependenciesModule.java | 135 KeyguardBypassController keyguardBypassController, in provideNotificationMediaManager() argument 151 keyguardBypassController, in provideNotificationMediaManager()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRowController.java | 146 KeyguardBypassController keyguardBypassController, in ExpandableNotificationRowController() argument 173 mKeyguardBypassController = keyguardBypassController; in ExpandableNotificationRowController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSFragment.java | 174 KeyguardBypassController keyguardBypassController, in QSFragment() argument 191 mBypassController = keyguardBypassController; in QSFragment()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutController.java | 646 KeyguardBypassController keyguardBypassController, in NotificationStackScrollLayoutController() argument 688 mKeyguardBypassController = keyguardBypassController; in NotificationStackScrollLayoutController()
|