Searched refs:FLAG_AUTO_REQUERY (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DCursorAdapter.java103 public static final int FLAG_AUTO_REQUERY = 0x01; field in class:CursorAdapter
128 init(context, c, FLAG_AUTO_REQUERY);
144 init(context, c, autoRequery ? FLAG_AUTO_REQUERY : FLAG_REGISTER_CONTENT_OBSERVER);
153 * be any combination of {@link #FLAG_AUTO_REQUERY} and
166 init(context, c, autoRequery ? FLAG_AUTO_REQUERY : FLAG_REGISTER_CONTENT_OBSERVER);
170 if ((flags & FLAG_AUTO_REQUERY) == FLAG_AUTO_REQUERY) {
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DCursorAdapter.java109 public static final int FLAG_AUTO_REQUERY = 0x01; field in class:CursorAdapter
134 init(context, c, FLAG_AUTO_REQUERY);
150 init(context, c, autoRequery ? FLAG_AUTO_REQUERY : FLAG_REGISTER_CONTENT_OBSERVER);
159 * be any combination of {@link #FLAG_AUTO_REQUERY} and
172 init(context, c, autoRequery ? FLAG_AUTO_REQUERY : FLAG_REGISTER_CONTENT_OBSERVER);
176 if ((flags & FLAG_AUTO_REQUERY) == FLAG_AUTO_REQUERY) {

Completed in 123 milliseconds