Searched refs:lastCompactTime (Results 1 – 2 of 2) sorted by relevance
142 void setLastCompactTime(long lastCompactTime) { in setLastCompactTime() argument143 mLastCompactTime = lastCompactTime; in setLastCompactTime()
1837 long lastCompactTime = opt.getLastCompactTime(); in shouldTimeThrottleCompaction() local1845 if (lastCompactTime != 0) { in shouldTimeThrottleCompaction()1849 && (start - lastCompactTime < mCompactThrottleSomeSome)) in shouldTimeThrottleCompaction()1851 && (start - lastCompactTime < mCompactThrottleSomeFull))) { in shouldTimeThrottleCompaction()1857 + " last=" + (start - lastCompactTime) + "ms ago"); in shouldTimeThrottleCompaction()1863 && (start - lastCompactTime < mCompactThrottleFullSome)) in shouldTimeThrottleCompaction()1865 && (start - lastCompactTime < mCompactThrottleFullFull))) { in shouldTimeThrottleCompaction()1871 + " last=" + (start - lastCompactTime) + "ms ago"); in shouldTimeThrottleCompaction()1950 long lastCompactTime; in handleMessage() local1974 lastCompactTime = opt.getLastCompactTime(); in handleMessage()[all …]