Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DCachedAppOptimizerTest.java155 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in init_setsDefaults()
250 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in init_withDeviceConfigSetsParameters()
406 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChanges()
431 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
445 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
458 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
471 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
484 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
497 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
/frameworks/base/services/core/java/com/android/server/am/
DCachedAppOptimizer.java467 @VisibleForTesting volatile long mCompactThrottleFullSome = DEFAULT_COMPACT_THROTTLE_3; field in CachedAppOptimizer
748 pw.println(" " + KEY_COMPACT_THROTTLE_3 + "=" + mCompactThrottleFullSome); in dump()
1222 mCompactThrottleFullSome = Integer.parseInt(throttleFullSomeFlag); in updateCompactionThrottles()
1234 mCompactThrottleFullSome = DEFAULT_COMPACT_THROTTLE_3; in updateCompactionThrottles()
1913 && (start - lastCompactTime < mCompactThrottleFullSome)) in shouldTimeThrottleCompaction()
1919 + ": too soon. throttle=" + mCompactThrottleFullSome in shouldTimeThrottleCompaction()