Searched refs:throttleMaskList (Results 1 – 1 of 1) sorted by relevance
632 ArrayList<Integer> throttleMaskList = CdeviceInfo.getThrottleMaskList(); in handleThermalEvent() local633 if (throttleMaskList == null) continue; in handleThermalEvent()635 coolingDeviceState = (coolingDeviceState > throttleMaskList.size() - 1) in handleThermalEvent()636 ? throttleMaskList.size() - 1 : coolingDeviceState; in handleThermalEvent()637 currThrottleMask = throttleMaskList.get(coolingDeviceState); in handleThermalEvent()