Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/shortcuts/
DPeriodicJobService.java46 private RefreshShortcutsTask refreshShortcutsTask; field in PeriodicJobService
95 (refreshShortcutsTask = new RefreshShortcutsTask(this)).execute(params); in onStartJob()
113 if (refreshShortcutsTask != null) { in onStopJob()
114 refreshShortcutsTask.cancel(false /* mayInterruptIfRunning */); in onStopJob()