Home
last modified time | relevance | path

Searched defs:ByteCountProgressTracker (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DCopyJob.java1041 static class ByteCountProgressTracker extends CopyJobProgressTracker { class in CopyJob
1045 public ByteCountProgressTracker(long bytesRequired, LongSupplier elapsedRealtimeSupplier) { in ByteCountProgressTracker() method in CopyJob.ByteCountProgressTracker