Searched refs:scheduleAllJobs (Results 1 – 3 of 3) sorted by relevance
329 mBackupRestore.scheduleAllJobs(); in testScheduleAllPendingJobs_downloadStarted_schedulesDownloadTimeoutJob()347 mBackupRestore.scheduleAllJobs(); in testScheduleAllPendingJobs_downloadRetry_schedulesDownloadTimeoutJob()364 mBackupRestore.scheduleAllJobs(); in testDownloadTimeoutJob_downloadLatencyNotElapsed_usesDefaultLatency()390 mBackupRestore.scheduleAllJobs(); in testDownloadTimeoutJob_downloadLatencyElapsed_usesMinimumLatency()410 mBackupRestore.scheduleAllJobs(); in testScheduleAllPendingJobs_waitingForStaging_schedulesStagingTimeoutJob()427 mBackupRestore.scheduleAllJobs(); in testScheduleAllPendingJobs_stagingInProgress_schedulesStagingTimeoutJob()444 mBackupRestore.scheduleAllJobs(); in testStagingTimeoutJob_stagingLatencyNotElapsed_usesStagingLatency()470 mBackupRestore.scheduleAllJobs(); in testStagingTimeoutJob_stagingLatencyElapsed_usesMinimumLatency()490 mBackupRestore.scheduleAllJobs(); in testScheduleAllPendingJobs_mergingInProgress_schedulesMergingTimeoutJob()513 mBackupRestore.scheduleAllJobs(); in testScheduleAllTimeoutJobs_stagingDone_triggersMergingJob()[all …]
34 public static void scheduleAllJobs(@NonNull Context context) { in scheduleAllJobs() method in ShortcutsJobScheduler
207 HealthConnectThreadScheduler.scheduleInternalTask(this::scheduleAllJobs); in setupForUser()458 public void scheduleAllJobs() { in scheduleAllJobs() method in BackupRestore