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

  /frameworks/base/core/tests/coretests/src/android/content/
ContentQueryMapTest.java 19 import android.content.ContentQueryMap;
32 /** Test of {@link ContentQueryMap} */
65 final ContentQueryMap cqm = new ContentQueryMap(
  /cts/tests/tests/content/src/android/content/cts/
ContentQueryMapTest.java 20 import android.content.ContentQueryMap;
34 * Test {@link ContentQueryMap}.
54 private ContentQueryMap mContentQueryMap;
92 new ContentQueryMap(mCursor, DummyProvider.NAME, true, null);
94 new ContentQueryMap(mCursor, DummyProvider.VALUE, false, new Handler());
97 new ContentQueryMap(mCursor, null, false, new Handler());
103 new ContentQueryMap(null, DummyProvider.NAME, false, new Handler());
111 mContentQueryMap = new ContentQueryMap(mCursor, DummyProvider.NAME, true, null);
121 mContentQueryMap = new ContentQueryMap(mCursor, DummyProvider.NAME, false, new Handler());
132 mContentQueryMap = new ContentQueryMap(mCursor, DummyProvider.NAME, false, null)
    [all...]
  /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
  /packages/apps/Settings/src/com/android/settings/
LocationSettings.java 20 import android.content.ContentQueryMap;
59 private ContentQueryMap mContentQueryMap;
71 mContentQueryMap = new ContentQueryMap(settingsCursor, Settings.System.NAME, true, null);
  /packages/experimental/StrictModeTest/src/com/android/strictmodetest/
StrictModeActivity.java 21 import android.content.ContentQueryMap;
  /packages/experimental/RpcPerformance/src/com/android/rpc_performance/
ProviderPerfActivity.java 25 import android.content.ContentQueryMap;
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 234 milliseconds