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