Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/backuprestore/
DBackupRestoreTest.java329 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 …]
/packages/apps/Dialer/java/com/android/dialer/shortcuts/
DShortcutsJobScheduler.java34 public static void scheduleAllJobs(@NonNull Context context) { in scheduleAllJobs() method in ShortcutsJobScheduler
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/backuprestore/
DBackupRestore.java207 HealthConnectThreadScheduler.scheduleInternalTask(this::scheduleAllJobs); in setupForUser()
458 public void scheduleAllJobs() { in scheduleAllJobs() method in BackupRestore