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