Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DCameraLauncher.java36 KeyguardBypassController keyguardBypassController in CameraLauncher()
DNotificationShadeWindowControllerImpl.java137 KeyguardBypassController keyguardBypassController, in NotificationShadeWindowControllerImpl()
DQuickSettingsController.java295 KeyguardBypassController keyguardBypassController, in QuickSettingsController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarHeadsUpChangeListener.java48 KeyguardBypassController keyguardBypassController, in StatusBarHeadsUpChangeListener()
DNotificationIconAreaController.java116 KeyguardBypassController keyguardBypassController, in NotificationIconAreaController()
DBiometricUnlockController.java274 KeyguardBypassController keyguardBypassController, in BiometricUnlockController()
DCentralSurfacesImpl.java691 KeyguardBypassController keyguardBypassController, in CentralSurfacesImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelfController.java50 KeyguardBypassController keyguardBypassController, in NotificationShelfController()
DNotificationMediaManager.java189 KeyguardBypassController keyguardBypassController, in NotificationMediaManager()
DKeyguardIndicationController.java247 KeyguardBypassController keyguardBypassController, in KeyguardIndicationController()
DLockscreenShadeTransitionController.kt58 private val keyguardBypassController: KeyguardBypassController, in <lambda>() constant in com.android.systemui.statusbar.LockscreenShadeTransitionController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhoneTest.java82 KeyguardBypassController keyguardBypassController, in TestableHeadsUpManagerPhone()
DKeyguardBypassControllerTest.kt56 private lateinit var keyguardBypassController: KeyguardBypassController variable in com.android.systemui.statusbar.phone.KeyguardBypassControllerTest
/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
DPrimaryBouncerInteractorTest.kt69 @Mock private lateinit var keyguardBypassController: KeyguardBypassController variable in com.android.systemui.keyguard.domain.interactor.PrimaryBouncerInteractorTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
DCentralSurfacesDependenciesModule.java135 KeyguardBypassController keyguardBypassController, in provideNotificationMediaManager()
/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
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java146 KeyguardBypassController keyguardBypassController, in ExpandableNotificationRowController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DKeyguardFaceAuthManager.kt104 private val keyguardBypassController: KeyguardBypassController? = null, constant
/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
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DLockscreenShadeTransitionControllerTest.kt64 @Mock lateinit var keyguardBypassController: KeyguardBypassController variable in com.android.systemui.statusbar.LockscreenShadeTransitionControllerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFragment.java174 KeyguardBypassController keyguardBypassController, in QSFragment()
/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
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java646 KeyguardBypassController keyguardBypassController, in NotificationStackScrollLayoutController()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java3694 public void setKeyguardBypassController(KeyguardBypassController keyguardBypassController) { in setKeyguardBypassController()