Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DCachedAppOptimizerTest.java157 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in init_setsDefaults()
252 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in init_withDeviceConfigSetsParameters()
408 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChanges()
433 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
447 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
460 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
473 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
486 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
499 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DCachedAppOptimizer.java460 @VisibleForTesting volatile long mCompactThrottleSomeSome = DEFAULT_COMPACT_THROTTLE_1; field in CachedAppOptimizer
741 pw.println(" " + KEY_COMPACT_THROTTLE_1 + "=" + mCompactThrottleSomeSome); in dump()
1215 mCompactThrottleSomeSome = Integer.parseInt(throttleSomeSomeFlag); in updateCompactionThrottles()
1227 mCompactThrottleSomeSome = DEFAULT_COMPACT_THROTTLE_1; in updateCompactionThrottles()
1849 && (start - lastCompactTime < mCompactThrottleSomeSome)) in shouldTimeThrottleCompaction()
1855 + ": too soon. throttle=" + mCompactThrottleSomeSome in shouldTimeThrottleCompaction()