Home
last modified time | relevance | path

Searched refs:wakeUpForFullScreenIntent (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/domain/interactor/
DPowerInteractorTest.kt137 underTest.wakeUpForFullScreenIntent() in wakeUpForFullScreenIntent_notGoingToSleepAndNotDozing_notWoken()
148 underTest.wakeUpForFullScreenIntent() in wakeUpForFullScreenIntent_startingToSleep_woken()
158 underTest.wakeUpForFullScreenIntent() in wakeUpForFullScreenIntent_dozing_woken()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/domain/interactor/
DPowerInteractor.kt103 fun wakeUpForFullScreenIntent() { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java652 mPowerInteractor.wakeUpForFullScreenIntent(); in launchFullScreenIntent()
DCentralSurfacesImpl.java1621 mPowerInteractor.wakeUpForFullScreenIntent(); in maybeEscalateHeadsUp()