Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DAppCompactorTest.java105 assertThat(mCompactorUnderTest.mCompactThrottleFullFull).isEqualTo( in init_setsDefaults()
185 assertThat(mCompactorUnderTest.mCompactThrottleFullFull).isEqualTo( in init_withDeviceConfigSetsParameters()
331 assertThat(mCompactorUnderTest.mCompactThrottleFullFull).isEqualTo( in compactThrottle_listensToDeviceConfigChanges()
356 assertThat(mCompactorUnderTest.mCompactThrottleFullFull).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
374 assertThat(mCompactorUnderTest.mCompactThrottleFullFull).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
391 assertThat(mCompactorUnderTest.mCompactThrottleFullFull).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
408 assertThat(mCompactorUnderTest.mCompactThrottleFullFull).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
425 assertThat(mCompactorUnderTest.mCompactThrottleFullFull).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
442 assertThat(mCompactorUnderTest.mCompactThrottleFullFull).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
/frameworks/base/services/core/java/com/android/server/am/
DAppCompactor.java179 @VisibleForTesting volatile long mCompactThrottleFullFull = DEFAULT_COMPACT_THROTTLE_4; field in AppCompactor
269 pw.println(" " + KEY_COMPACT_THROTTLE_4 + "=" + mCompactThrottleFullFull); in dump()
417 mCompactThrottleFullFull = Integer.parseInt(throttleFullFullFlag); in updateCompactionThrottles()
429 mCompactThrottleFullFull = DEFAULT_COMPACT_THROTTLE_4; in updateCompactionThrottles()
600 < mCompactThrottleFullFull))) { in handleMessage()
604 + "/" + mCompactThrottleFullFull + " last=" in handleMessage()