Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/services/
H A DFileOperationServiceTest.java58 private static final DocumentInfo GAMMA_DOC = createDoc("gamma"); field in FileOperationServiceTest
127 startService(createCopyIntent(Arrays.asList(GAMMA_DOC), DELTA_DOC)); in testRunsCopyJobs()
140 startService(createCopyIntent(Arrays.asList(GAMMA_DOC), DELTA_DOC)); in testRunsCopyJobs_AfterExceptionInJobCreation()
150 startService(createCopyIntent(Arrays.asList(GAMMA_DOC), DELTA_DOC)); in testRunsCopyJobs_AfterFailure()
160 startService(createDeleteIntent(Arrays.asList(GAMMA_DOC))); in testRunsCopyJobs_notRunsDeleteJobs()
175 startService(createDeleteIntent(Arrays.asList(GAMMA_DOC))); in testRunsDeleteJobs_NotRunsCopyJobs()
240 startService(createCopyIntent(Arrays.asList(GAMMA_DOC), DELTA_DOC)); in testShutdownStopsExecutor_AfterMixedFailures()
252 startService(createCopyIntent(Arrays.asList(GAMMA_DOC), DELTA_DOC)); in testShutdownStopsExecutor_AfterTotalFailure()
255 mCopyJobs.get(1).fail(GAMMA_DOC); in testShutdownStopsExecutor_AfterTotalFailure()
265 startService(createCopyIntent(Arrays.asList(GAMMA_DOC), DELTA_DOC)); in testRunsInForeground_MultipleJobs()
[all …]