Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DCachedAppOptimizerTest.java154 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in init_setsDefaults()
251 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in init_withDeviceConfigSetsParameters()
461 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChanges()
486 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
504 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
521 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
538 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
555 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
572 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
/frameworks/base/services/core/java/com/android/server/am/
DCachedAppOptimizer.java199 @VisibleForTesting volatile long mCompactThrottleSomeSome = DEFAULT_COMPACT_THROTTLE_1; field in CachedAppOptimizer
312 pw.println(" " + KEY_COMPACT_THROTTLE_1 + "=" + mCompactThrottleSomeSome); in dump()
526 mCompactThrottleSomeSome = Integer.parseInt(throttleSomeSomeFlag); in updateCompactionThrottles()
538 mCompactThrottleSomeSome = DEFAULT_COMPACT_THROTTLE_1; in updateCompactionThrottles()
749 && (start - lastCompactTime < mCompactThrottleSomeSome)) in handleMessage()
755 + ": too soon. throttle=" + mCompactThrottleSomeSome in handleMessage()