Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerConstants.java418 public long BACKGROUND_SETTLE_TIME = DEFAULT_BACKGROUND_SETTLE_TIME; field in ActivityManagerConstants
1398 BACKGROUND_SETTLE_TIME = mParser.getLong(KEY_BACKGROUND_SETTLE_TIME, in updateConstants()
2029 pw.println(BACKGROUND_SETTLE_TIME);
H A DOomAdjuster.java1489 mConstants.BACKGROUND_SETTLE_TIME); in updateUidsLSP()
3394 final long maxBgTime = nowElapsed - mConstants.BACKGROUND_SETTLE_TIME; in idleUidsLocked()
3428 apps.valueAt(i), nowElapsed) - mConstants.BACKGROUND_SETTLE_TIME; in idleUidsLocked()
3436 nextTime + mConstants.BACKGROUND_SETTLE_TIME - nowElapsed); in idleUidsLocked()