Searched refs:mCompactThrottlePersistent (Results 1 – 2 of 2) sorted by relevance
113 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()
183 @VisibleForTesting volatile long mCompactThrottlePersistent = DEFAULT_COMPACT_THROTTLE_6; field in AppCompactor271 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()