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/
DAppCompactorTest.java103 assertThat(mCompactorUnderTest.mCompactThrottleFullSome).isEqualTo( in init_setsDefaults()
183 assertThat(mCompactorUnderTest.mCompactThrottleFullSome).isEqualTo( in init_withDeviceConfigSetsParameters()
329 assertThat(mCompactorUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChanges()
354 assertThat(mCompactorUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
372 assertThat(mCompactorUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
389 assertThat(mCompactorUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
406 assertThat(mCompactorUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
423 assertThat(mCompactorUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
440 assertThat(mCompactorUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
/frameworks/base/services/core/java/com/android/server/am/
DAppCompactor.java177 @VisibleForTesting volatile long mCompactThrottleFullSome = DEFAULT_COMPACT_THROTTLE_3; field in AppCompactor
268 pw.println(" " + KEY_COMPACT_THROTTLE_3 + "=" + mCompactThrottleFullSome); in dump()
416 mCompactThrottleFullSome = Integer.parseInt(throttleFullSomeFlag); in updateCompactionThrottles()
428 mCompactThrottleFullSome = DEFAULT_COMPACT_THROTTLE_3; in updateCompactionThrottles()
597 && (start - lastCompactTime < mCompactThrottleFullSome)) in handleMessage()
603 + ": too soon. throttle=" + mCompactThrottleFullSome in handleMessage()