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

/frameworks/base/core/java/android/widget/
H A DCursorAdapter.java87 * notification is delivered. Implies {@link #FLAG_REGISTER_CONTENT_OBSERVER}.
105 public static final int FLAG_REGISTER_CONTENT_OBSERVER = 0x02; field in class:CursorAdapter
126 * When using this constructor, {@link #FLAG_REGISTER_CONTENT_OBSERVER}
136 init(context, c, autoRequery ? FLAG_AUTO_REQUERY : FLAG_REGISTER_CONTENT_OBSERVER);
146 * {@link #FLAG_REGISTER_CONTENT_OBSERVER}.
158 init(context, c, autoRequery ? FLAG_AUTO_REQUERY : FLAG_REGISTER_CONTENT_OBSERVER);
163 flags |= FLAG_REGISTER_CONTENT_OBSERVER;
173 if ((flags & FLAG_REGISTER_CONTENT_OBSERVER) == FLAG_REGISTER_CONTENT_OBSERVER) {
/frameworks/support/v4/java/android/support/v4/widget/
H A DCursorAdapter.java89 * notification is delivered. Implies {@link #FLAG_REGISTER_CONTENT_OBSERVER}.
107 public static final int FLAG_REGISTER_CONTENT_OBSERVER = 0x02; field in class:CursorAdapter
128 * When using this constructor, {@link #FLAG_REGISTER_CONTENT_OBSERVER}
138 init(context, c, autoRequery ? FLAG_AUTO_REQUERY : FLAG_REGISTER_CONTENT_OBSERVER);
148 * {@link #FLAG_REGISTER_CONTENT_OBSERVER}.
160 init(context, c, autoRequery ? FLAG_AUTO_REQUERY : FLAG_REGISTER_CONTENT_OBSERVER);
165 flags |= FLAG_REGISTER_CONTENT_OBSERVER;
175 if ((flags & FLAG_REGISTER_CONTENT_OBSERVER) == FLAG_REGISTER_CONTENT_OBSERVER) {

Completed in 73 milliseconds