Home
last modified time | relevance | path

Searched refs:mPowerInteractor (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationClicker.java42 private final PowerInteractor mPowerInteractor; field in NotificationClicker
60 mPowerInteractor = powerInteractor; in NotificationClicker()
72 mPowerInteractor.wakeUpIfDozing("NOTIFICATION_CLICK", PowerManager.WAKE_REASON_GESTURE); in onClick()
131 private final PowerInteractor mPowerInteractor; field in NotificationClicker.Builder
136 mPowerInteractor = powerInteractor; in Builder()
146 mPowerInteractor, in build()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManagerTest.java70 @Mock private PowerInteractor mPowerInteractor; field in NotificationRemoteInputManagerTest
84 mPowerInteractor, in setUp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationPresenter.java85 private final PowerInteractor mPowerInteractor; field in StatusBarNotificationPresenter
132 mPowerInteractor = powerInteractor; in StatusBarNotificationPresenter()
230 mPowerInteractor.wakeUpIfDozing("NOTIFICATION_CLICK", PowerManager.WAKE_REASON_GESTURE); in onExpandClicked()
H A DStatusBarNotificationActivityStarter.java131 private final PowerInteractor mPowerInteractor; field in StatusBarNotificationActivityStarter
202 mPowerInteractor = powerInteractor; in StatusBarNotificationActivityStarter()
598 mPowerInteractor.wakeUpForFullScreenIntent(); in launchFullScreenIntent()
H A DCentralSurfacesImpl.java620 protected final PowerInteractor mPowerInteractor; field in CentralSurfacesImpl
822 mPowerInteractor = powerInteractor; in CentralSurfacesImpl()
1773 mPowerInteractor.wakeUpForFullScreenIntent(); in maybeEscalateHeadsUp()
2771 mPowerInteractor.wakeUpIfDozing("BOUNCER_VISIBLE", PowerManager.WAKE_REASON_GESTURE); in setBouncerShowing()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarterTest.java164 private PowerInteractor mPowerInteractor; field in StatusBarNotificationActivityStarterTest
215 mPowerInteractor = new PowerInteractor( in setUp()
261 mPowerInteractor, in setUp()
H A DCentralSurfacesImplTest.java264 @Mock private PowerInteractor mPowerInteractor; field in CentralSurfacesImplTest
506 mPowerInteractor, in setup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowViewController.java123 private final PowerInteractor mPowerInteractor; field in NotificationShadeWindowViewController
193 mPowerInteractor = powerInteractor; in NotificationShadeWindowViewController()
343 mPowerInteractor.wakeUpIfDozing( in setupExpandedStatusBar()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java94 private final PowerInteractor mPowerInteractor; field in NotificationRemoteInputManager
119 mPowerInteractor.wakeUpIfDozing(
269 mPowerInteractor = powerInteractor; in NotificationRemoteInputManager()