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