Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DCachedAppOptimizer.java829 String procStateThrottleString = DeviceConfig.getString( in updateProcStateThrottle() local
832 if (!parseProcStateThrottle(procStateThrottleString)) { in updateProcStateThrottle()
834 + procStateThrottleString + "\" falling back to default."); in updateProcStateThrottle()
876 private boolean parseProcStateThrottle(String procStateThrottleString) { in parseProcStateThrottle() argument
877 String[] procStates = TextUtils.split(procStateThrottleString, ","); in parseProcStateThrottle()