Searched refs:mCompactThrottleFullSome (Results 1 – 2 of 2) sorted by relevance
103 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()
177 @VisibleForTesting volatile long mCompactThrottleFullSome = DEFAULT_COMPACT_THROTTLE_3; field in AppCompactor268 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()