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.java151 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in init_setsDefaults()
246 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in init_withDeviceConfigSetsParameters()
402 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChanges()
427 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
441 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
454 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
467 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
480 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
493 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
/frameworks/base/services/core/java/com/android/server/am/
DCachedAppOptimizer.java463 @VisibleForTesting volatile long mCompactThrottleSomeSome = DEFAULT_COMPACT_THROTTLE_1; field in CachedAppOptimizer
746 pw.println(" " + KEY_COMPACT_THROTTLE_1 + "=" + mCompactThrottleSomeSome); in dump()
1220 mCompactThrottleSomeSome = Integer.parseInt(throttleSomeSomeFlag); in updateCompactionThrottles()
1232 mCompactThrottleSomeSome = DEFAULT_COMPACT_THROTTLE_1; in updateCompactionThrottles()
1899 && (start - lastCompactTime < mCompactThrottleSomeSome)) in shouldTimeThrottleCompaction()
1905 + ": too soon. throttle=" + mCompactThrottleSomeSome in shouldTimeThrottleCompaction()