HomeSort by relevance Sort by last modified time
    Searched full:contentservice (Results 1 - 6 of 6) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
ObserverNodeTest.java 27 import com.android.server.content.ContentService.ObserverCall;
28 import com.android.server.content.ContentService.ObserverNode;
  /frameworks/base/services/java/com/android/server/
SystemServer.java 54 import com.android.server.content.ContentService;
129 ContentService contentService = null;
260 // The AccountManager must come before the ContentService
262 // TODO: seems like this should be disable-able, but req'd by ContentService
271 contentService = ContentService.main(context,
564 if (contentService != null)
565 contentService.systemReady();
    [all...]
  /frameworks/base/services/java/com/android/server/content/
ContentService.java 59 public final class ContentService extends IContentService.Stub {
60 private static final String TAG = "ContentService";
151 /*package*/ ContentService(Context context, boolean factoryTest) {
731 public static ContentService main(Context context, boolean factoryTest) {
732 ContentService service = new ContentService(context, factoryTest);
    [all...]
SyncManager.java 375 * Should only be created after {@link ContentService#systemReady()} so that
    [all...]
  /frameworks/base/core/java/android/content/
ContentResolver.java     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]

Completed in 567 milliseconds