Home
last modified time | relevance | path

Searched refs:wakeUpIfDozing (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DPulsingGestureListener.kt93 powerInteractor.wakeUpIfDozing("PULSING_SINGLE_TAP", PowerManager.WAKE_REASON_TAP) in <lambda>()
114 powerInteractor.wakeUpIfDozing("PULSING_DOUBLE_TAP", PowerManager.WAKE_REASON_TAP) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/domain/interactor/
DPowerInteractorTest.kt103 underTest.wakeUpIfDozing("why", PowerManager.WAKE_REASON_TAP) in wakeUpIfDozing_notDozing_notWoken()
114 underTest.wakeUpIfDozing("why", PowerManager.WAKE_REASON_TAP) in wakeUpIfDozing_notAllowed_notWoken()
125 underTest.wakeUpIfDozing("testReason", PowerManager.WAKE_REASON_GESTURE) in wakeUpIfDozing_dozingAndAllowed_wokenAndFalsingNotified()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/domain/interactor/
DNotificationShelfInteractor.kt56 powerInteractor.wakeUpIfDozing("SHADE_CLICK", PowerManager.WAKE_REASON_GESTURE) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationClicker.java72 mPowerInteractor.wakeUpIfDozing("NOTIFICATION_CLICK", PowerManager.WAKE_REASON_GESTURE); in onClick()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/domain/interactor/
DPowerInteractor.kt90 fun wakeUpIfDozing(why: String, @PowerManager.WakeReason wakeReason: Int) { in <lambda>() method in com.android.systemui.power.domain.interactor.PowerInteractor
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java246 mPowerInteractor.wakeUpIfDozing("NOTIFICATION_CLICK", PowerManager.WAKE_REASON_GESTURE); in onExpandClicked()
DCentralSurfacesImpl.java2437 mPowerInteractor.wakeUpIfDozing("BOUNCER_VISIBLE", PowerManager.WAKE_REASON_GESTURE); in setBouncerShowing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java127 mPowerInteractor.wakeUpIfDozing(