Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelfController.java47 KeyguardBypassController keyguardBypassController, in NotificationShelfController() argument
51 mKeyguardBypassController = keyguardBypassController; in NotificationShelfController()
DLockscreenShadeTransitionController.kt55 private val keyguardBypassController: KeyguardBypassController, in <lambda>() constant in com.android.systemui.statusbar.LockscreenShadeTransitionController
288 !keyguardBypassController.bypassEnabled && in <lambda>()
434 if (keyguardBypassController.bypassEnabled) { in <lambda>()
526 val transitionHeight = if (keyguardBypassController.bypassEnabled) height else 0.0f in <lambda>()
DNotificationMediaManager.java184 KeyguardBypassController keyguardBypassController, in NotificationMediaManager() argument
193 mKeyguardBypassController = keyguardBypassController; in NotificationMediaManager()
DKeyguardIndicationController.java181 KeyguardBypassController keyguardBypassController) { in KeyguardIndicationController() argument
197 mKeyguardBypassController = keyguardBypassController; in KeyguardIndicationController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DLockscreenShadeTransitionControllerTest.kt59 @Mock lateinit var keyguardBypassController: KeyguardBypassController variable in com.android.systemui.statusbar.LockscreenShadeTransitionControllerTest
88 keyguardBypassController = keyguardBypassController, in setup()
115 whenever(keyguardBypassController.bypassEnabled).thenReturn(false) in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhoneTest.java75 KeyguardBypassController keyguardBypassController, in TestableHeadsUpManagerPhone() argument
78 super(context, statusBarStateController, keyguardBypassController, in TestableHeadsUpManagerPhone()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBouncer.java111 KeyguardBypassController keyguardBypassController, Handler handler, in KeyguardBouncer() argument
125 mKeyguardBypassController = keyguardBypassController; in KeyguardBouncer()
643 KeyguardBypassController keyguardBypassController, Handler handler, in Factory() argument
652 mKeyguardBypassController = keyguardBypassController; in Factory()
DHeadsUpAppearanceController.java92 KeyguardBypassController keyguardBypassController, in HeadsUpAppearanceController() argument
97 keyguardBypassController, wakeUpCoordinator, keyguardStateController, in HeadsUpAppearanceController()
DBiometricUnlockController.java254 KeyguardBypassController keyguardBypassController, DozeParameters dozeParameters, in BiometricUnlockController() argument
278 mKeyguardBypassController = keyguardBypassController; in BiometricUnlockController()
DNotificationIconAreaController.java116 KeyguardBypassController keyguardBypassController, in NotificationIconAreaController() argument
133 mBypassController = keyguardBypassController; in NotificationIconAreaController()
DNotificationShadeWindowControllerImpl.java117 KeyguardBypassController keyguardBypassController, in NotificationShadeWindowControllerImpl() argument
131 mKeyguardBypassController = keyguardBypassController; in NotificationShadeWindowControllerImpl()
DStatusBar.java731 KeyguardBypassController keyguardBypassController, in StatusBar() argument
821 mKeyguardBypassController = keyguardBypassController; in StatusBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java56 KeyguardBypassController keyguardBypassController, in NotificationRoundnessManager() argument
63 mBypassController = keyguardBypassController; in NotificationRoundnessManager()
DNotificationStackScrollLayoutController.java594 KeyguardBypassController keyguardBypassController, in NotificationStackScrollLayoutController() argument
630 mKeyguardBypassController = keyguardBypassController; in NotificationStackScrollLayoutController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
DStatusBarDependenciesModule.java123 KeyguardBypassController keyguardBypassController, in provideNotificationMediaManager() argument
136 keyguardBypassController, in provideNotificationMediaManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java98 KeyguardBypassController keyguardBypassController, in ExpandableNotificationRowController() argument
121 mKeyguardBypassController = keyguardBypassController; in ExpandableNotificationRowController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
DStatusBarPhoneModule.java144 KeyguardBypassController keyguardBypassController, in provideStatusBar() argument
235 keyguardBypassController, in provideStatusBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFragment.java144 KeyguardBypassController keyguardBypassController, in QSFragment() argument
158 mBypassController = keyguardBypassController; in QSFragment()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsController.java525 @NonNull KeyguardBypassController keyguardBypassController, in UdfpsController() argument
562 mKeyguardBypassController = keyguardBypassController; in UdfpsController()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java3070 public void setKeyguardBypassController(KeyguardBypassController keyguardBypassController) { in setKeyguardBypassController() argument
3071 mKeyguardBypassController = keyguardBypassController; in setKeyguardBypassController()