Searched refs:ContentQueryMap (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/content/
H A DContentQueryMapTest.java19 import android.content.ContentQueryMap;
32 /** Test of {@link ContentQueryMap} */
65 final ContentQueryMap cqm = new ContentQueryMap(
/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
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java23 import android.content.ContentQueryMap;
186 private ContentQueryMap mSettings;
545 mSettings = new ContentQueryMap(settingsCursor, Settings.System.NAME, true, mLocationHandler);
H A DPowerManagerService.java26 import android.content.ContentQueryMap;
493 private ContentQueryMap mSettings;
616 mSettings = new ContentQueryMap(settingsCursor, Settings.System.NAME, true, mHandler);
/frameworks/base/core/java/android/provider/
H A DSettings.java26 import android.content.ContentQueryMap;

Completed in 111 milliseconds