Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/services/
H A DFileOperationServiceTest.java56 private static final DocumentInfo ALPHA_DOC = createDoc("alpha"); field in FileOperationServiceTest
126 startService(createCopyIntent(Arrays.asList(ALPHA_DOC), BETA_DOC)); in testRunsCopyJobs()
149 startService(createCopyIntent(Arrays.asList(ALPHA_DOC), BETA_DOC)); in testRunsCopyJobs_AfterFailure()
152 mCopyJobs.get(0).fail(ALPHA_DOC); in testRunsCopyJobs_AfterFailure()
159 startService(createCopyIntent(Arrays.asList(ALPHA_DOC), BETA_DOC)); in testRunsCopyJobs_notRunsDeleteJobs()
167 startService(createDeleteIntent(Arrays.asList(ALPHA_DOC))); in testRunsDeleteJobs()
174 startService(createCopyIntent(Arrays.asList(ALPHA_DOC), BETA_DOC)); in testRunsDeleteJobs_NotRunsCopyJobs()
182 startService(createCopyIntent(Arrays.asList(ALPHA_DOC), BETA_DOC)); in testUpdatesNotification()
192 startService(createCopyIntent(Arrays.asList(ALPHA_DOC), BETA_DOC)); in testStopsUpdatingNotificationAfterFinished()
242 mCopyJobs.get(0).fail(ALPHA_DOC); in testShutdownStopsExecutor_AfterMixedFailures()
[all …]