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