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 78 private static final int MSG_USER_ACTIVITY = 1;
320 mHandler.removeMessages(MSG_USER_ACTIVITY);
368 Message msg = mHandler.obtainMessage(MSG_USER_ACTIVITY);
531 case MSG_USER_ACTIVITY:
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumePanel.java 125 private static final int MSG_USER_ACTIVITY = 14;
    [all...]

Completed in 69 milliseconds