OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ContentQueryMap
(Results
1 - 15
of
15
) 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
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
...]
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/7/
android.jar
/prebuilts/sdk/9/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 317 milliseconds