Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DSimImportService.java159 new StopTask(this, startId).executeOnExecutor(mExecutor); in onStartCommand()
237 private static class StopTask extends AsyncTask<Void, Void, Void> { class in SimImportService
241 private StopTask(Service host, int startId) { in StopTask() method in SimImportService.StopTask