Searched refs:mCompactThrottleSomeSome (Results 1 – 2 of 2) sorted by relevance
156 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in init_setsDefaults()265 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in init_withDeviceConfigSetsParameters()486 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChanges()515 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()533 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()550 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()567 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()584 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()601 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
263 @VisibleForTesting volatile long mCompactThrottleSomeSome = DEFAULT_COMPACT_THROTTLE_1; field in CachedAppOptimizer400 pw.println(" " + KEY_COMPACT_THROTTLE_1 + "=" + mCompactThrottleSomeSome); in dump()767 mCompactThrottleSomeSome = Integer.parseInt(throttleSomeSomeFlag); in updateCompactionThrottles()781 mCompactThrottleSomeSome = DEFAULT_COMPACT_THROTTLE_1; in updateCompactionThrottles()1133 && (start - lastCompactTime < mCompactThrottleSomeSome)) in handleMessage()1139 + ": too soon. throttle=" + mCompactThrottleSomeSome in handleMessage()