Searched refs:MSG_UPDATE_WAKELOCKS (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java146 static final int MSG_UPDATE_WAKELOCKS = 1; field in class:BatteryStatsImpl
187 case MSG_UPDATE_WAKELOCKS:
3681 if (!mHandler.hasMessages(MSG_UPDATE_WAKELOCKS)) {
3682 Message m = mHandler.obtainMessage(MSG_UPDATE_WAKELOCKS);
3688 mHandler.removeMessages(MSG_UPDATE_WAKELOCKS);
3689 mHandler.sendEmptyMessage(MSG_UPDATE_WAKELOCKS);
3925 mHandler.removeMessages(MSG_UPDATE_WAKELOCKS);

Completed in 66 milliseconds