Searched refs:mCompactThrottleBFGS (Results 1 – 2 of 2) sorted by relevance
111 assertThat(mCompactorUnderTest.mCompactThrottleBFGS).isEqualTo( in init_setsDefaults()187 assertThat(mCompactorUnderTest.mCompactThrottleBFGS).isEqualTo( in init_withDeviceConfigSetsParameters()193 assertThat(mCompactorUnderTest.mCompactThrottleBFGS).isEqualTo( in init_withDeviceConfigSetsParameters()333 assertThat(mCompactorUnderTest.mCompactThrottleBFGS).isEqualTo( in compactThrottle_listensToDeviceConfigChanges()358 assertThat(mCompactorUnderTest.mCompactThrottleBFGS).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()376 assertThat(mCompactorUnderTest.mCompactThrottleBFGS).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()393 assertThat(mCompactorUnderTest.mCompactThrottleBFGS).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()410 assertThat(mCompactorUnderTest.mCompactThrottleBFGS).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()427 assertThat(mCompactorUnderTest.mCompactThrottleBFGS).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()444 assertThat(mCompactorUnderTest.mCompactThrottleBFGS).isEqualTo( in compactThrottle_listensToDeviceConfigChangesBadValues()
181 @VisibleForTesting volatile long mCompactThrottleBFGS = DEFAULT_COMPACT_THROTTLE_5; field in AppCompactor270 pw.println(" " + KEY_COMPACT_THROTTLE_5 + "=" + mCompactThrottleBFGS); in dump()344 || (now - app.lastCompactTime) > mCompactThrottleBFGS); in shouldCompactBFGS()418 mCompactThrottleBFGS = Integer.parseInt(throttleBFGSFlag); in updateCompactionThrottles()430 mCompactThrottleBFGS = DEFAULT_COMPACT_THROTTLE_5; in updateCompactionThrottles()619 if (start - lastCompactTime < mCompactThrottleBFGS) { in handleMessage()622 + ": too soon. throttle=" + mCompactThrottleBFGS in handleMessage()