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

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

Completed in 58 milliseconds