/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationClicker.java | 42 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/ |
D | KeyguardService.java | 121 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/ |
D | NotificationRemoteInputManagerTest.java | 71 @Mock private PowerInteractor mPowerInteractor; field in NotificationRemoteInputManagerTest 85 mPowerInteractor, in setUp()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationLoggerTest.java | 119 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/ |
D | StatusBarNotificationPresenter.java | 98 private final PowerInteractor mPowerInteractor; field in StatusBarNotificationPresenter 147 mPowerInteractor = powerInteractor; in StatusBarNotificationPresenter() 246 mPowerInteractor.wakeUpIfDozing("NOTIFICATION_CLICK", PowerManager.WAKE_REASON_GESTURE); in onExpandClicked()
|
D | StatusBarNotificationActivityStarter.java | 146 private final PowerInteractor mPowerInteractor; field in StatusBarNotificationActivityStarter 217 mPowerInteractor = powerInteractor; in StatusBarNotificationActivityStarter() 652 mPowerInteractor.wakeUpForFullScreenIntent(); in launchFullScreenIntent()
|
D | CentralSurfacesImpl.java | 555 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/ |
D | KeyguardStatusViewController.java | 103 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/ |
D | NotificationRemoteInputManager.java | 100 private final PowerInteractor mPowerInteractor; field in NotificationRemoteInputManager 127 mPowerInteractor.wakeUpIfDozing( 279 mPowerInteractor = powerInteractor; in NotificationRemoteInputManager()
|
D | CommandQueue.java | 206 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/ |
D | NotificationPanelViewControllerBaseTest.java | 367 protected PowerInteractor mPowerInteractor; field in NotificationPanelViewControllerBaseTest 421 mPowerInteractor = keyguardInteractorDeps.getPowerInteractor(); in setup() 440 mPowerInteractor, in setup() 483 mPowerInteractor)); in setup() 765 mPowerInteractor, in setup()
|
D | NotificationPanelViewControllerTest.java | 1376 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/ |
D | StatusBarNotificationActivityStarterTest.java | 221 PowerInteractor mPowerInteractor = PowerInteractorFactory.create( in setUp() local 270 mPowerInteractor, in setUp()
|
D | CentralSurfacesImplTest.java | 284 @Mock private PowerInteractor mPowerInteractor; field in CentralSurfacesImplTest 535 mPowerInteractor, in createCentralSurfaces()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | UdfpsController.java | 182 @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/ |
D | NotificationStackScrollLayoutControllerTest.java | 148 @Mock private PowerInteractor mPowerInteractor; field in NotificationStackScrollLayoutControllerTest 992 mPowerInteractor, in initController()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/ |
D | UdfpsControllerTest.java | 252 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/ |
D | NotificationStackScrollLayoutController.java | 195 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/ |
D | NotificationPanelViewController.java | 618 private final PowerInteractor mPowerInteractor; field in NotificationPanelViewController 819 mPowerInteractor = powerInteractor; in NotificationPanelViewController() 2423 return mPowerInteractor.getDetailedWakefulness().getValue(); in getWakefulness()
|