Home
last modified time | relevance | path

Searched refs:procStateThrottleString (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DAppCompactor.java465 String procStateThrottleString = DeviceConfig.getString( in updateProcStateThrottle() local
468 if (!parseProcStateThrottle(procStateThrottleString)) { in updateProcStateThrottle()
470 + procStateThrottleString + "\" falling back to default."); in updateProcStateThrottle()
479 private boolean parseProcStateThrottle(String procStateThrottleString) { in parseProcStateThrottle() argument
480 String[] procStates = TextUtils.split(procStateThrottleString, ","); in parseProcStateThrottle()