HomeSort by relevance Sort by last modified time
    Searched refs:contentService (Results 1 - 4 of 4) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/
ContactListEmptyView.java 100 IContentService contentService = ContentResolver.getContentService();
103 if (contentService.isSyncActive(account, ContactsContract.AUTHORITY)) {
  /frameworks/base/services/java/com/android/server/
SystemServer.java 24 import android.content.ContentService;
125 ContentService contentService = null;
268 // The AccountManager must come before the ContentService
278 contentService = ContentService.main(context,
549 if (contentService != null)
550 contentService.systemReady();
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactEntryListFragment.java 893 IContentService contentService = ContentResolver.getContentService();
896 if (contentService.isSyncActive(account, ContactsContract.AUTHORITY)) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]

Completed in 59 milliseconds