Searched refs:mFinishedCount (Results 1 – 1 of 1) sorted by relevance
70 private final AtomicInteger mFinishedCount = new AtomicInteger(0); field in SelectedMediaPreloader171 final int preloadedCount = mFinishedCount.incrementAndGet(); in start()185 mFinishedCountLiveData.postValue(mFinishedCount.get()); in start()