Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DAppCompactorTest.java113 assertThat(mCompactorUnderTest.mCompactThrottlePersistent).isEqualTo( in init_setsDefaults()
189 assertThat(mCompactorUnderTest.mCompactThrottlePersistent).isEqualTo( in init_withDeviceConfigSetsParameters()
195 assertThat(mCompactorUnderTest.mCompactThrottlePersistent).isEqualTo( in init_withDeviceConfigSetsParameters()
335 assertThat(mCompactorUnderTest.mCompactThrottlePersistent).isEqualTo( in compactThrottle_listensToDeviceConfigChanges()
360 assertThat(mCompactorUnderTest.mCompactThrottlePersistent).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
378 assertThat(mCompactorUnderTest.mCompactThrottlePersistent).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
395 assertThat(mCompactorUnderTest.mCompactThrottlePersistent).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
412 assertThat(mCompactorUnderTest.mCompactThrottlePersistent).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
429 assertThat(mCompactorUnderTest.mCompactThrottlePersistent).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
446 assertThat(mCompactorUnderTest.mCompactThrottlePersistent).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
/frameworks/base/services/core/java/com/android/server/am/
DAppCompactor.java183 @VisibleForTesting volatile long mCompactThrottlePersistent = DEFAULT_COMPACT_THROTTLE_6; field in AppCompactor
271 pw.println(" " + KEY_COMPACT_THROTTLE_6 + "=" + mCompactThrottlePersistent); in dump()
329 || (now - app.lastCompactTime) > mCompactThrottlePersistent); in shouldCompactPersistent()
419 mCompactThrottlePersistent = Integer.parseInt(throttlePersistentFlag); in updateCompactionThrottles()
431 mCompactThrottlePersistent = DEFAULT_COMPACT_THROTTLE_6; in updateCompactionThrottles()
610 if (start - lastCompactTime < mCompactThrottlePersistent) { in handleMessage()
613 + ": too soon. throttle=" + mCompactThrottlePersistent in handleMessage()