Searched refs:mCompactThrottleFullSome (Results 1 – 2 of 2) sorted by relevance
160 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in init_setsDefaults()269 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in init_withDeviceConfigSetsParameters()490 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChanges()519 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()537 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()554 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()571 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()588 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()605 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleFullSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
264 @VisibleForTesting volatile long mCompactThrottleFullSome = DEFAULT_COMPACT_THROTTLE_3; field in CachedAppOptimizer399 pw.println(" " + KEY_COMPACT_THROTTLE_3 + "=" + mCompactThrottleFullSome); in dump()763 mCompactThrottleFullSome = Integer.parseInt(throttleFullSomeFlag); in updateCompactionThrottles()777 mCompactThrottleFullSome = DEFAULT_COMPACT_THROTTLE_3; in updateCompactionThrottles()1114 && (start - lastCompactTime < mCompactThrottleFullSome)) in handleMessage()1120 + ": too soon. throttle=" + mCompactThrottleFullSome in handleMessage()