Searched refs:GAMMA_DOC (Results 1 – 1 of 1) sorted by relevance
58 private static final DocumentInfo GAMMA_DOC = createDoc("gamma"); field in FileOperationServiceTest127 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 …]