Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/shortcuts/
DRefreshShortcutsTask.java32 final class RefreshShortcutsTask extends AsyncTask<JobParameters, Void, JobParameters> { class
36 RefreshShortcutsTask(@NonNull JobService jobService) { in RefreshShortcutsTask() method in RefreshShortcutsTask
DPeriodicJobService.java46 private RefreshShortcutsTask refreshShortcutsTask;
95 (refreshShortcutsTask = new RefreshShortcutsTask(this)).execute(params); in onStartJob()