Searched refs:MSG_UPDATE_WAKELOCKS (Results 1 – 1 of 1) sorted by relevance
146 static final int MSG_UPDATE_WAKELOCKS = 1; field in BatteryStatsImpl187 case MSG_UPDATE_WAKELOCKS: in handleMessage()3681 if (!mHandler.hasMessages(MSG_UPDATE_WAKELOCKS)) { in requestWakelockCpuUpdate()3682 Message m = mHandler.obtainMessage(MSG_UPDATE_WAKELOCKS); in requestWakelockCpuUpdate()3688 mHandler.removeMessages(MSG_UPDATE_WAKELOCKS); in requestImmediateCpuUpdate()3689 mHandler.sendEmptyMessage(MSG_UPDATE_WAKELOCKS); in requestImmediateCpuUpdate()3925 mHandler.removeMessages(MSG_UPDATE_WAKELOCKS); in startAddingCpuLocked()