Searched refs:mCompactThrottleSomeSome (Results 1 – 2 of 2) sorted by relevance
99 assertThat(mCompactorUnderTest.mCompactThrottleSomeSome).isEqualTo( in init_setsDefaults()179 assertThat(mCompactorUnderTest.mCompactThrottleSomeSome).isEqualTo( in init_withDeviceConfigSetsParameters()325 assertThat(mCompactorUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChanges()350 assertThat(mCompactorUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()368 assertThat(mCompactorUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()385 assertThat(mCompactorUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()402 assertThat(mCompactorUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()419 assertThat(mCompactorUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()436 assertThat(mCompactorUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
173 @VisibleForTesting volatile long mCompactThrottleSomeSome = DEFAULT_COMPACT_THROTTLE_1; field in AppCompactor266 pw.println(" " + KEY_COMPACT_THROTTLE_1 + "=" + mCompactThrottleSomeSome); in dump()414 mCompactThrottleSomeSome = Integer.parseInt(throttleSomeSomeFlag); in updateCompactionThrottles()426 mCompactThrottleSomeSome = DEFAULT_COMPACT_THROTTLE_1; in updateCompactionThrottles()583 && (start - lastCompactTime < mCompactThrottleSomeSome)) in handleMessage()589 + ": too soon. throttle=" + mCompactThrottleSomeSome in handleMessage()