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

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

Completed in 40 milliseconds