Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DAppCompactor.java389 String throttleSomeFullFlag = in updateCompactionThrottles() local
405 if (TextUtils.isEmpty(throttleSomeSomeFlag) || TextUtils.isEmpty(throttleSomeFullFlag) in updateCompactionThrottles()
415 mCompactThrottleSomeFull = Integer.parseInt(throttleSomeFullFlag); in updateCompactionThrottles()