Searched refs:PROGRESS_UPDATE_INTERVAL_MS (Results 1 – 2 of 2) sorted by relevance
30 private static final long PROGRESS_UPDATE_INTERVAL_MS = TimeUnit.SECONDS.toMillis(5); field in ScheduledRecordingPresenter43 mHandler.postDelayed(this, PROGRESS_UPDATE_INTERVAL_MS);
64 private static final int PROGRESS_UPDATE_INTERVAL_MS = 180; field in IngestService264 if (currentTime > mLastProgressIndexTime + PROGRESS_UPDATE_INTERVAL_MS) { in onObjectIndexed()