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