Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationPresenter.java83 void wakeUpIfDozing(long time, View where); in wakeUpIfDozing() method
DNotificationRemoteInputManager.java94 mPresenter.wakeUpIfDozing(SystemClock.uptimeMillis(), view);
DNotificationEntryManager.java149 mPresenter.wakeUpIfDozing(SystemClock.uptimeMillis(), v); in onClick()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java104 mService.wakeUpIfDozing(SystemClock.uptimeMillis(), this); in StatusBarWindowView()
DStatusBar.java595 wakeUpIfDozing(SystemClock.uptimeMillis(), v);
4583 public void wakeUpIfDozing(long time, View where) { in wakeUpIfDozing() method