Searched refs:MSG_UPDATE_WAKELOCKS (Results 1 – 1 of 1) sorted by relevance
127 static final int MSG_UPDATE_WAKELOCKS = 1; field in BatteryStatsImpl153 case MSG_UPDATE_WAKELOCKS: in handleMessage()2707 if (!mHandler.hasMessages(MSG_UPDATE_WAKELOCKS)) { in requestWakelockCpuUpdate()2708 Message m = mHandler.obtainMessage(MSG_UPDATE_WAKELOCKS); in requestWakelockCpuUpdate()2714 mHandler.removeMessages(MSG_UPDATE_WAKELOCKS); in requestImmediateCpuUpdate()2715 mHandler.sendEmptyMessage(MSG_UPDATE_WAKELOCKS); in requestImmediateCpuUpdate()2917 mHandler.removeMessages(MSG_UPDATE_WAKELOCKS); in startAddingCpuLocked()