Searched refs:MSG_UPDATE_WAKELOCKS (Results 1 – 1 of 1) sorted by relevance
115 static final int MSG_UPDATE_WAKELOCKS = 1; field in BatteryStatsImpl133 case MSG_UPDATE_WAKELOCKS: in handleMessage()2629 if (!mHandler.hasMessages(MSG_UPDATE_WAKELOCKS)) { in requestWakelockCpuUpdate()2630 Message m = mHandler.obtainMessage(MSG_UPDATE_WAKELOCKS); in requestWakelockCpuUpdate()2824 mHandler.removeMessages(MSG_UPDATE_WAKELOCKS); in startAddingCpuLocked()