OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FLAG_AUTO_REQUERY
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/widget/
CursorAdapter.java
91
public static final int
FLAG_AUTO_REQUERY
= 0x01;
116
init(context, c,
FLAG_AUTO_REQUERY
);
132
init(context, c, autoRequery ?
FLAG_AUTO_REQUERY
: FLAG_REGISTER_CONTENT_OBSERVER);
141
* be any combination of {@link #
FLAG_AUTO_REQUERY
} and
154
init(context, c, autoRequery ?
FLAG_AUTO_REQUERY
: FLAG_REGISTER_CONTENT_OBSERVER);
158
if ((flags &
FLAG_AUTO_REQUERY
) ==
FLAG_AUTO_REQUERY
) {
/frameworks/support/v4/java/android/support/v4/widget/
CursorAdapter.java
97
public static final int
FLAG_AUTO_REQUERY
= 0x01;
122
init(context, c,
FLAG_AUTO_REQUERY
);
138
init(context, c, autoRequery ?
FLAG_AUTO_REQUERY
: FLAG_REGISTER_CONTENT_OBSERVER);
147
* be any combination of {@link #
FLAG_AUTO_REQUERY
} and
160
init(context, c, autoRequery ?
FLAG_AUTO_REQUERY
: FLAG_REGISTER_CONTENT_OBSERVER);
164
if ((flags &
FLAG_AUTO_REQUERY
) ==
FLAG_AUTO_REQUERY
) {
/development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/14/
android.jar
Completed in 30 milliseconds