HomeSort by relevance Sort by last modified time
    Searched defs:ContentQueryMap (Results 1 - 12 of 12) sorted by null

  /frameworks/base/core/java/android/content/
ContentQueryMap.java 35 public class ContentQueryMap extends Observable {
51 * Creates a ContentQueryMap that caches the content backing the cursor
62 public ContentQueryMap(Cursor cursor, String columnNameOfKey, boolean keepUpdated,
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
  /cts/tests/tests/content/src/android/content/cts/
ContentQueryMapTest.java 25 import android.content.ContentQueryMap;
39 * Test {@link ContentQueryMap}.
41 @TestTargetClass(ContentQueryMap.class)
60 private ContentQueryMap mContentQueryMap;
99 method = "ContentQueryMap",
106 new ContentQueryMap(mCursor, DummyProvider.NAME, true, null);
108 new ContentQueryMap(mCursor, DummyProvider.VALUE, false, new Handler());
111 new ContentQueryMap(mCursor, null, false, new Handler());
117 new ContentQueryMap(null, DummyProvider.NAME, false, new Handler());
137 mContentQueryMap = new ContentQueryMap(mCursor, DummyProvider.NAME, true, null)
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/15/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 282 milliseconds