Home
last modified time | relevance | path

Searched refs:getProcessTracker (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/services/
H A DAbstractCopyJobTest.java188 tracker.getProcessTracker().start(); in runCopyProgressForFileCountTest()
194 IntStream.range(0, 2).forEach(__ -> tracker.getProcessTracker().onDocumentCompleted()); in runCopyProgressForFileCountTest()
200 IntStream.range(2, 4).forEach(__ -> tracker.getProcessTracker().onDocumentCompleted()); in runCopyProgressForFileCountTest()
206 IntStream.range(4, 10).forEach(__ -> tracker.getProcessTracker().onDocumentCompleted()); in runCopyProgressForFileCountTest()
222 tracker.getProcessTracker().start(); in runCopyProgressForByteCountTest()
228 tracker.getProcessTracker().onBytesCopied(25000); in runCopyProgressForByteCountTest()
234 tracker.getProcessTracker().onBytesCopied(25000); in runCopyProgressForByteCountTest()
240 tracker.getProcessTracker().onBytesCopied(50000); in runCopyProgressForByteCountTest()
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
H A DTestCopyJobProcessTracker.java60 T getProcessTracker() { in getProcessTracker() method in TestCopyJobProcessTracker