Searched refs:procStateThrottleString (Results 1 – 1 of 1) sorted by relevance
465 String procStateThrottleString = DeviceConfig.getString( in updateProcStateThrottle() local468 if (!parseProcStateThrottle(procStateThrottleString)) { in updateProcStateThrottle()470 + procStateThrottleString + "\" falling back to default."); in updateProcStateThrottle()479 private boolean parseProcStateThrottle(String procStateThrottleString) { in parseProcStateThrottle() argument480 String[] procStates = TextUtils.split(procStateThrottleString, ","); in parseProcStateThrottle()