Searched refs:wakeUpIfDozing (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | PulsingGestureListener.kt | 93 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/ |
D | PowerInteractorTest.kt | 103 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/ |
D | NotificationShelfInteractor.kt | 56 powerInteractor.wakeUpIfDozing("SHADE_CLICK", PowerManager.WAKE_REASON_GESTURE) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationClicker.java | 72 mPowerInteractor.wakeUpIfDozing("NOTIFICATION_CLICK", PowerManager.WAKE_REASON_GESTURE); in onClick()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/domain/interactor/ |
D | PowerInteractor.kt | 90 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/ |
D | StatusBarNotificationPresenter.java | 246 mPowerInteractor.wakeUpIfDozing("NOTIFICATION_CLICK", PowerManager.WAKE_REASON_GESTURE); in onExpandClicked()
|
D | CentralSurfacesImpl.java | 2437 mPowerInteractor.wakeUpIfDozing("BOUNCER_VISIBLE", PowerManager.WAKE_REASON_GESTURE); in setBouncerShowing()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManager.java | 127 mPowerInteractor.wakeUpIfDozing(
|