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

/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java60 public final class ContentService extends IContentService.Stub { class in inherits:IContentService.Stub
61 private static final String TAG = "ContentService";
152 /*package*/ ContentService(Context context, boolean factoryTest) { method in class:ContentService
874 public static ContentService main(Context context, boolean factoryTest) {
875 ContentService service = new ContentService(context, factoryTest);

Completed in 57 milliseconds