Searched refs:refreshShortcutsTask (Results 1 – 1 of 1) sorted by relevance
46 private RefreshShortcutsTask refreshShortcutsTask; field in PeriodicJobService95 (refreshShortcutsTask = new RefreshShortcutsTask(this)).execute(params); in onStartJob()113 if (refreshShortcutsTask != null) { in onStopJob()114 refreshShortcutsTask.cancel(false /* mayInterruptIfRunning */); in onStopJob()