Searched refs:TestJob (Results 1 - 2 of 2) sorted by relevance

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
H A DTestJob.java35 public class TestJob extends Job { class in inherits:Job
42 TestJob(Context service, Listener listener, String id, @OpType int opType, DocumentStack stack, method in class:TestJob
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/services/
H A DFileOperationServiceTest.java59 private final List<TestJob> mCopyJobs = new ArrayList<>();
60 private final List<TestJob> mDeleteJobs = new ArrayList<>();
338 for (TestJob job : mCopyJobs) {
344 for (TestJob job : mDeleteJobs) {
350 for (TestJob job : mCopyJobs) {
356 for (TestJob job : mDeleteJobs) {
379 // Call it in TestJob.start() to mimic this behavior.
396 TestJob job = new TestJob(

Completed in 96 milliseconds