Searched refs:mCompactThrottleFullSome (Results 1 – 2 of 2) sorted by relevance
161 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in init_setsDefaults()256 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in init_withDeviceConfigSetsParameters()412 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChanges()437 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()451 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()464 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()477 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()490 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()503 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
464 @VisibleForTesting volatile long mCompactThrottleFullSome = DEFAULT_COMPACT_THROTTLE_3; field in CachedAppOptimizer743 pw.println(" " + KEY_COMPACT_THROTTLE_3 + "=" + mCompactThrottleFullSome); in dump()1217 mCompactThrottleFullSome = Integer.parseInt(throttleFullSomeFlag); in updateCompactionThrottles()1229 mCompactThrottleFullSome = DEFAULT_COMPACT_THROTTLE_3; in updateCompactionThrottles()1863 && (start - lastCompactTime < mCompactThrottleFullSome)) in shouldTimeThrottleCompaction()1869 + ": too soon. throttle=" + mCompactThrottleFullSome in shouldTimeThrottleCompaction()