/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationWakeUpCoordinator.kt | 41 private val bypassController: KeyguardBypassController, 81 !bypassController.bypassEnabled) { 85 if (bypassController.bypassEnabled && !mNotificationsVisible) { 131 if (bypassController.bypassEnabled) { 286 if (bypassController.bypassEnabled && 314 if (bypassController.bypassEnabled) {
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
H A D | AuthRippleControllerTest.kt | 73 @Mock private lateinit var bypassController: KeyguardBypassController 101 bypassController, 191 `when`(bypassController.canBypass()).thenReturn(true) 212 `when`(bypassController.canBypass()).thenReturn(false)
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | PulseExpansionHandler.kt | 62 private val bypassController: KeyguardBypassController, 83 bypassController.isPulseExpanding = value 94 bypassController.maybePerformPendingUnlock() 269 if (mStartingChild == null && !bypassController.bypassEnabled) {
|
H A D | NotificationViewHierarchyManager.java | 118 KeyguardBypassController bypassController, in NotificationViewHierarchyManager() argument 129 mBypassController = bypassController; in NotificationViewHierarchyManager()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
H A D | BypassHeadsUpNotifier.kt | 42 private val bypassController: KeyguardBypassController, 133 if (!bypassController.bypassEnabled) {
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/ |
H A D | KeyguardMediaControllerTest.kt | 49 private lateinit var bypassController: KeyguardBypassController 75 bypassController,
|
H A D | MediaHierarchyManagerTest.kt | 69 private lateinit var bypassController: KeyguardBypassController 108 bypassController,
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
H A D | KeyguardMediaController.kt | 44 private val bypassController: KeyguardBypassController, 166 !bypassController.bypassEnabled &&
|
H A D | MediaHierarchyManager.kt | 80 private val bypassController: KeyguardBypassController, 253 if (bypassController.bypassEnabled || statusbarState != StatusBarState.KEYGUARD) { 278 get() = fullShadeTransitionProgress != 0f && !bypassController.bypassEnabled && 550 val onLockscreen = (!bypassController.bypassEnabled && 938 val onLockscreen = (!bypassController.bypassEnabled &&
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/ |
H A D | SystemUIDefaultModule.java | 173 KeyguardBypassController bypassController, in provideHeadsUpManagerPhone() argument 176 return new HeadsUpManagerPhone(context, statusBarStateController, bypassController, in provideHeadsUpManagerPhone()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/ |
H A D | TvSystemUIModule.java | 166 KeyguardBypassController bypassController, in provideHeadsUpManagerPhone() argument 169 return new HeadsUpManagerPhone(context, statusBarStateController, bypassController, in provideHeadsUpManagerPhone()
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/ |
H A D | CarSystemUIModule.java | 104 KeyguardBypassController bypassController, in provideHeadsUpManagerPhone() argument 107 return new HeadsUpManagerPhone(context, statusBarStateController, bypassController, in provideHeadsUpManagerPhone()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardViewController.java | 196 KeyguardBypassController bypassController); in registerStatusBar() argument
|
H A D | KeyguardClockSwitchController.java | 136 KeyguardBypassController bypassController, in KeyguardClockSwitchController() argument 152 mBypassController = bypassController; in KeyguardClockSwitchController()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | AmbientState.java | 163 @NonNull BypassController bypassController) { in AmbientState() argument 165 mBypassController = bypassController; in AmbientState()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | HeadsUpAppearanceController.java | 120 KeyguardBypassController bypassController, in HeadsUpAppearanceController() argument 163 mBypassController = bypassController; in HeadsUpAppearanceController()
|
H A D | KeyguardStatusBarViewController.java | 229 KeyguardBypassController bypassController, in KeyguardStatusBarViewController() argument 246 mKeyguardBypassController = bypassController; in KeyguardStatusBarViewController()
|
H A D | HeadsUpManagerPhone.java | 105 KeyguardBypassController bypassController, in HeadsUpManagerPhone() argument 114 mBypassController = bypassController; in HeadsUpManagerPhone()
|
H A D | NotificationShadeWindowViewController.java | 123 KeyguardBypassController bypassController, in NotificationShadeWindowViewController() argument 148 mBypassController = bypassController; in NotificationShadeWindowViewController()
|
H A D | StatusBarKeyguardViewManager.java | 275 KeyguardBypassController bypassController) { in registerStatusBar() argument 285 mBypassController = bypassController; in registerStatusBar()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/ |
H A D | StatusBarDependenciesModule.java | 198 KeyguardBypassController bypassController, in provideNotificationViewHierarchyManager() argument 214 bypassController, in provideNotificationViewHierarchyManager()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | AuthRippleController.kt | 68 private val bypassController: KeyguardBypassController, 130 if (!bypassController.canBypass()) {
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/ |
H A D | CarKeyguardViewController.java | 396 KeyguardBypassController bypassController) { in registerStatusBar() argument
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
H A D | KeyguardViewMediator.java | 2684 View notificationContainer, KeyguardBypassController bypassController) { in registerStatusBar() argument 2691 bypassController); in registerStatusBar()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ExpandableNotificationRow.java | 1557 KeyguardBypassController bypassController, 1582 mBypassController = bypassController;
|