OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:contentservice
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/tests/coretests/src/android/content/
ObserverNodeTest.java
21
import android.content.
ContentService
.ObserverCall;
22
import android.content.
ContentService
.ObserverNode;
/packages/apps/Contacts/src/com/android/contacts/
ContactListEmptyView.java
100
IContentService
contentService
= ContentResolver.getContentService();
103
if (
contentService
.isSyncActive(account, ContactsContract.AUTHORITY)) {
/frameworks/base/core/java/android/content/
ContentResolver.java
[
all
...]
ContentService.java
43
public final class
ContentService
extends IContentService.Stub {
44
private static final String TAG = "
ContentService
";
131
/*package*/
ContentService
(Context context, boolean factoryTest) {
494
ContentService
service = new
ContentService
(context, factoryTest);
/frameworks/base/services/java/com/android/server/
SystemServer.java
24
import android.content.
ContentService
;
176
// The AccountManager must come before the
ContentService
186
ContentService
.main(context,
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/list/
ContactEntryListFragment.java
900
IContentService
contentService
= ContentResolver.getContentService();
903
if (
contentService
.isSyncActive(account, ContactsContract.AUTHORITY)) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java
[
all
...]
Completed in 419 milliseconds