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

/frameworks/base/core/java/android/content/
H A DContentProvider.java79 * ContentProvider instance, so subclasses don't have to worry about the details of
88 public abstract class ContentProvider implements ComponentCallbacks2 { class in inherits:ComponentCallbacks2
89 private static final String TAG = "ContentProvider";
92 * Note: if you add methods to ContentProvider, you must add similar methods to
109 * Construct a ContentProvider instance. Content providers must be
113 * ContentProvider instances directly.
123 public ContentProvider() { method in class:ContentProvider
139 public ContentProvider( method in class:ContentProvider
152 * ContentProvider object if it is running in the local process. This can
157 * @param abstractInterface The ContentProvider interfac
[all...]

Completed in 54 milliseconds