Searched refs:FileCountProgressTracker (Results 1 – 2 of 2) sorted by relevance
180 TestCopyJobProcessTracker<CopyJob.FileCountProgressTracker> tracker = in runCopyProgressForFileCountTest()181 new TestCopyJobProcessTracker(CopyJob.FileCountProgressTracker.class, 10, in runCopyProgressForFileCountTest()
730 return new FileCountProgressTracker(docsRequired, SystemClock::elapsedRealtime); in createProgressTracker()1071 static class FileCountProgressTracker extends CopyJobProgressTracker { class in CopyJob1075 public FileCountProgressTracker(long docsRequired, LongSupplier elapsedRealtimeSupplier) { in FileCountProgressTracker() method in CopyJob.FileCountProgressTracker