Searched refs:PROGRESS_UPDATE_INTERVAL_MS (Results 1 – 1 of 1) sorted by relevance
64 private static final int PROGRESS_UPDATE_INTERVAL_MS = 180; field in IngestService264 if (currentTime > mLastProgressIndexTime + PROGRESS_UPDATE_INTERVAL_MS) { in onObjectIndexed()