Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DCalendarColorPickerDialog.java70 private QueryService mService;
74 private class QueryService extends AsyncQueryService { class in CalendarColorPickerDialog
76 private QueryService(Context context) { in QueryService() method in CalendarColorPickerDialog.QueryService
226 mService = new QueryService(getActivity()); in onCreateDialog()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
DQueryService.java41 public class QueryService extends IntentService { class
50 public QueryService() { in QueryService() method in QueryService