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

  /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...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]

Completed in 783 milliseconds