Searched refs:ContentService (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/content/
H A DObserverNodeTest.java27 import com.android.server.content.ContentService.ObserverCall;
28 import com.android.server.content.ContentService.ObserverNode;
/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java63 public final class ContentService extends IContentService.Stub { class in inherits:IContentService.Stub
64 private static final String TAG = "ContentService";
155 /*package*/ ContentService(Context context, boolean factoryTest) { method in class:ContentService
917 public static ContentService main(Context context, boolean factoryTest) {
918 ContentService service = new ContentService(context, factoryTest);
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java58 import com.android.server.content.ContentService;
410 ContentService contentService = null;
463 // The AccountManager must come before the ContentService
465 // TODO: seems like this should be disable-able, but req'd by ContentService
474 contentService = ContentService.main(context,

Completed in 67 milliseconds