Searched refs:mCompactThrottleSomeSome (Results 1 – 2 of 2) sorted by relevance
154 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in init_setsDefaults()251 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in init_withDeviceConfigSetsParameters()461 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChanges()486 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()504 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()521 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()538 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()555 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()572 assertThat(mCachedAppOptimizerUnderTest.mCompactThrottleSomeSome).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
199 @VisibleForTesting volatile long mCompactThrottleSomeSome = DEFAULT_COMPACT_THROTTLE_1; field in CachedAppOptimizer312 pw.println(" " + KEY_COMPACT_THROTTLE_1 + "=" + mCompactThrottleSomeSome); in dump()526 mCompactThrottleSomeSome = Integer.parseInt(throttleSomeSomeFlag); in updateCompactionThrottles()538 mCompactThrottleSomeSome = DEFAULT_COMPACT_THROTTLE_1; in updateCompactionThrottles()749 && (start - lastCompactTime < mCompactThrottleSomeSome)) in handleMessage()755 + ": too soon. throttle=" + mCompactThrottleSomeSome in handleMessage()