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