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

  /frameworks/base/services/core/java/com/android/server/power/
Notifier.java 77 private static final int MSG_USER_ACTIVITY = 1;
298 mHandler.removeMessages(MSG_USER_ACTIVITY);
346 Message msg = mHandler.obtainMessage(MSG_USER_ACTIVITY);
509 case MSG_USER_ACTIVITY:
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumePanel.java 117 private static final int MSG_USER_ACTIVITY = 14;
    [all...]

Completed in 113 milliseconds