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

/frameworks/base/core/java/android/content/
H A DContentService.java46 public final class ContentService extends IContentService.Stub { class in inherits:IContentService.Stub
47 private static final String TAG = "ContentService";
134 /*package*/ ContentService(Context context, boolean factoryTest) { method in class:ContentService
594 public static ContentService main(Context context, boolean factoryTest) {
595 ContentService service = new ContentService(context, factoryTest);

Completed in 49 milliseconds