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

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

Completed in 666 milliseconds