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.java160 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in init_setsDefaults()
269 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in init_withDeviceConfigSetsParameters()
490 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChanges()
519 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
537 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
554 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
571 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
588 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
605 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
/frameworks/base/services/core/java/com/android/server/am/
DCachedAppOptimizer.java264 @VisibleForTesting volatile long mCompactThrottleFullSome = DEFAULT_COMPACT_THROTTLE_3; field in CachedAppOptimizer
399 pw.println(" " + KEY_COMPACT_THROTTLE_3 + "=" + mCompactThrottleFullSome); in dump()
763 mCompactThrottleFullSome = Integer.parseInt(throttleFullSomeFlag); in updateCompactionThrottles()
777 mCompactThrottleFullSome = DEFAULT_COMPACT_THROTTLE_3; in updateCompactionThrottles()
1114 && (start - lastCompactTime < mCompactThrottleFullSome)) in handleMessage()
1120 + ": too soon. throttle=" + mCompactThrottleFullSome in handleMessage()