Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DContactListEmptyView.java100 IContentService contentService = ContentResolver.getContentService(); in isSyncActive() local
103 if (contentService.isSyncActive(account, ContactsContract.AUTHORITY)) { in isSyncActive()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactEntryListFragment.java893 IContentService contentService = ContentResolver.getContentService(); in isSyncActive() local
896 if (contentService.isSyncActive(account, ContactsContract.AUTHORITY)) { in isSyncActive()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java7833 IContentService contentService = ContentResolver.getContentService(); in isWritableAccountWithDataSet() local
7836 for (SyncAdapterType sync : contentService.getSyncAdapterTypes()) { in isWritableAccountWithDataSet()