Searched defs:ContentQueryMap (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/content/
H A DContentQueryMap.java35 public class ContentQueryMap extends Observable { class in inherits:Observable
51 * Creates a ContentQueryMap that caches the content backing the cursor
62 public ContentQueryMap(Cursor cursor, String columnNameOfKey, boolean keepUpdated, method in class:ContentQueryMap
79 * Change whether or not the ContentQueryMap will register with the cursor's ContentProvider
80 * for change notifications. If you use a ContentQueryMap in an activity you should call this
83 * @param keepUpdated if true the ContentQueryMap should be registered with the cursor's

Completed in 74 milliseconds