Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
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()
134 private final PowerInteractor mPowerInteractor; field in NotificationClicker.Builder
139 mPowerInteractor = powerInteractor; in Builder()
149 mPowerInteractor, in build()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardService.java121 private final PowerInteractor mPowerInteractor; field in KeyguardService
352 mPowerInteractor = powerInteractor; in KeyguardService()
499 mPowerInteractor.onStartedGoingToSleep(pmSleepReason);
513 mPowerInteractor.onFinishedGoingToSleep(cameraGestureTriggered);
526 mPowerInteractor.onStartedWakingUp(pmWakeReason, cameraGestureTriggered);
537 mPowerInteractor.onFinishedWakingUp();
547 mPowerInteractor.onScreenPowerStateUpdated(ScreenPowerState.SCREEN_TURNING_ON);
583 mPowerInteractor.onScreenPowerStateUpdated(ScreenPowerState.SCREEN_ON);
593 mPowerInteractor.onScreenPowerStateUpdated(ScreenPowerState.SCREEN_TURNING_OFF);
601 mPowerInteractor.onScreenPowerStateUpdated(ScreenPowerState.SCREEN_OFF);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java71 @Mock private PowerInteractor mPowerInteractor; field in NotificationRemoteInputManagerTest
85 mPowerInteractor, in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationLoggerTest.java119 private final PowerInteractor mPowerInteractor = field in NotificationLoggerTest
139 mPowerInteractor, in setUp()
305 PowerInteractor.Companion.setAsleepForTest(mPowerInteractor); in setStateAsleep()
310 PowerInteractor.Companion.setAwakeForTest(mPowerInteractor); in setStateAwake()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java98 private final PowerInteractor mPowerInteractor; field in StatusBarNotificationPresenter
147 mPowerInteractor = powerInteractor; in StatusBarNotificationPresenter()
246 mPowerInteractor.wakeUpIfDozing("NOTIFICATION_CLICK", PowerManager.WAKE_REASON_GESTURE); in onExpandClicked()
DStatusBarNotificationActivityStarter.java146 private final PowerInteractor mPowerInteractor; field in StatusBarNotificationActivityStarter
217 mPowerInteractor = powerInteractor; in StatusBarNotificationActivityStarter()
652 mPowerInteractor.wakeUpForFullScreenIntent(); in launchFullScreenIntent()
DCentralSurfacesImpl.java555 protected final PowerInteractor mPowerInteractor; field in CentralSurfacesImpl
751 mPowerInteractor = powerInteractor; in CentralSurfacesImpl()
1621 mPowerInteractor.wakeUpForFullScreenIntent(); in maybeEscalateHeadsUp()
2437 mPowerInteractor.wakeUpIfDozing("BOUNCER_VISIBLE", PowerManager.WAKE_REASON_GESTURE); in setBouncerShowing()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardStatusViewController.java103 private final PowerInteractor mPowerInteractor; field in KeyguardStatusViewController
193 mPowerInteractor = powerInteractor; in KeyguardStatusViewController()
238 collectFlow(mView, mPowerInteractor.getScreenPowerState(), in startCoroutines()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java100 private final PowerInteractor mPowerInteractor; field in NotificationRemoteInputManager
127 mPowerInteractor.wakeUpIfDozing(
279 mPowerInteractor = powerInteractor; in NotificationRemoteInputManager()
DCommandQueue.java206 private final @Nullable Lazy<PowerInteractor> mPowerInteractor; field in CommandQueue
592 mPowerInteractor = powerInteractor; in CommandQueue()
940 if (mPowerInteractor != null) { in onCameraLaunchGestureDetected()
941 mPowerInteractor.get().onCameraLaunchGestureDetected(); in onCameraLaunchGestureDetected()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerBaseTest.java367 protected PowerInteractor mPowerInteractor; field in NotificationPanelViewControllerBaseTest
421 mPowerInteractor = keyguardInteractorDeps.getPowerInteractor(); in setup()
440 mPowerInteractor, in setup()
483 mPowerInteractor)); in setup()
765 mPowerInteractor, in setup()
DNotificationPanelViewControllerTest.java1376 mPowerInteractor, PowerManager.GO_TO_SLEEP_REASON_POWER_BUTTON); in getFalsingThreshold_deviceNotInteractive_isQsThreshold()
1385 mPowerInteractor, PowerManager.WAKE_REASON_POWER_BUTTON); in getFalsingThreshold_lastWakeNotDueToTouch_isQsThreshold()
1393 PowerInteractor.Companion.setAwakeForTest(mPowerInteractor, PowerManager.WAKE_REASON_TAP); in getFalsingThreshold_lastWakeDueToTouch_greaterThanQsThreshold()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java221 PowerInteractor mPowerInteractor = PowerInteractorFactory.create( in setUp() local
270 mPowerInteractor, in setUp()
DCentralSurfacesImplTest.java284 @Mock private PowerInteractor mPowerInteractor; field in CentralSurfacesImplTest
535 mPowerInteractor, in createCentralSurfaces()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsController.java182 @NonNull private final PowerInteractor mPowerInteractor; field in UdfpsController
308 mPowerInteractor, in showUdfpsOverlay()
776 mPowerInteractor = powerInteractor; in UdfpsController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutControllerTest.java148 @Mock private PowerInteractor mPowerInteractor; field in NotificationStackScrollLayoutControllerTest
992 mPowerInteractor, in initController()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DUdfpsControllerTest.java252 private PowerInteractor mPowerInteractor; field in UdfpsControllerTest
268 mPowerInteractor = new PowerInteractor( in setUp()
373 mPowerInteractor, in initUdfpsController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java195 private final PowerInteractor mPowerInteractor; field in NotificationStackScrollLayoutController
652 mPowerInteractor.getDetailedWakefulness().getValue());
770 mPowerInteractor = powerInteractor; in NotificationStackScrollLayoutController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java618 private final PowerInteractor mPowerInteractor; field in NotificationPanelViewController
819 mPowerInteractor = powerInteractor; in NotificationPanelViewController()
2423 return mPowerInteractor.getDetailedWakefulness().getValue(); in getWakefulness()