Searched refs:StopTask (Results 1 – 1 of 1) sorted by relevance
159 new StopTask(this, startId).executeOnExecutor(mExecutor); in onStartCommand()237 private static class StopTask extends AsyncTask<Void, Void, Void> { class in SimImportService241 private StopTask(Service host, int startId) { in StopTask() method in SimImportService.StopTask