Searched refs:lastCompactTime (Results 1 – 2 of 2) sorted by relevance
144 void setLastCompactTime(long lastCompactTime) { in setLastCompactTime() argument145 mLastCompactTime = lastCompactTime; in setLastCompactTime()
1887 long lastCompactTime = opt.getLastCompactTime(); in shouldTimeThrottleCompaction() local1895 if (lastCompactTime != 0) { in shouldTimeThrottleCompaction()1899 && (start - lastCompactTime < mCompactThrottleSomeSome)) in shouldTimeThrottleCompaction()1901 && (start - lastCompactTime < mCompactThrottleSomeFull))) { in shouldTimeThrottleCompaction()1907 + " last=" + (start - lastCompactTime) + "ms ago"); in shouldTimeThrottleCompaction()1913 && (start - lastCompactTime < mCompactThrottleFullSome)) in shouldTimeThrottleCompaction()1915 && (start - lastCompactTime < mCompactThrottleFullFull))) { in shouldTimeThrottleCompaction()1921 + " last=" + (start - lastCompactTime) + "ms ago"); in shouldTimeThrottleCompaction()2000 long lastCompactTime; in handleMessage() local2024 lastCompactTime = opt.getLastCompactTime(); in handleMessage()[all …]