Searched refs:mCompactThrottleFullSome (Results 1 – 2 of 2) sorted by relevance
155 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in init_setsDefaults()250 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in init_withDeviceConfigSetsParameters()406 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChanges()431 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()445 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()458 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()471 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()484 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()497 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
467 @VisibleForTesting volatile long mCompactThrottleFullSome = DEFAULT_COMPACT_THROTTLE_3; field in CachedAppOptimizer748 pw.println(" " + KEY_COMPACT_THROTTLE_3 + "=" + mCompactThrottleFullSome); in dump()1222 mCompactThrottleFullSome = Integer.parseInt(throttleFullSomeFlag); in updateCompactionThrottles()1234 mCompactThrottleFullSome = DEFAULT_COMPACT_THROTTLE_3; in updateCompactionThrottles()1913 && (start - lastCompactTime < mCompactThrottleFullSome)) in shouldTimeThrottleCompaction()1919 + ": too soon. throttle=" + mCompactThrottleFullSome in shouldTimeThrottleCompaction()