HomeSort by relevance Sort by last modified time
    Searched refs:wakeUpIfDozing (Results 1 - 5 of 5) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationPresenter.java 83 void wakeUpIfDozing(long time, View where);
NotificationRemoteInputManager.java 94 mPresenter.wakeUpIfDozing(SystemClock.uptimeMillis(), view);
NotificationEntryManager.java 149 mPresenter.wakeUpIfDozing(SystemClock.uptimeMillis(), v);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowView.java 104 mService.wakeUpIfDozing(SystemClock.uptimeMillis(), this);
StatusBar.java 595 wakeUpIfDozing(SystemClock.uptimeMillis(), v);
    [all...]

Completed in 2881 milliseconds