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

/frameworks/base/core/java/android/widget/
H A DCursorAdapter.java95 * notification is delivered. Implies {@link #FLAG_REGISTER_CONTENT_OBSERVER}.
113 public static final int FLAG_REGISTER_CONTENT_OBSERVER = 0x02; field in class:CursorAdapter
134 * When using this constructor, {@link #FLAG_REGISTER_CONTENT_OBSERVER}
144 init(context, c, autoRequery ? FLAG_AUTO_REQUERY : FLAG_REGISTER_CONTENT_OBSERVER);
154 * {@link #FLAG_REGISTER_CONTENT_OBSERVER}.
166 init(context, c, autoRequery ? FLAG_AUTO_REQUERY : FLAG_REGISTER_CONTENT_OBSERVER);
171 flags |= FLAG_REGISTER_CONTENT_OBSERVER;
181 if ((flags & FLAG_REGISTER_CONTENT_OBSERVER) == FLAG_REGISTER_CONTENT_OBSERVER) {
/frameworks/support/cursoradapter/src/main/java/androidx/cursoradapter/widget/
H A DCursorAdapter.java102 * notification is delivered. Implies {@link #FLAG_REGISTER_CONTENT_OBSERVER}.
120 public static final int FLAG_REGISTER_CONTENT_OBSERVER = 0x02; field in class:CursorAdapter
141 * When using this constructor, {@link #FLAG_REGISTER_CONTENT_OBSERVER}
151 init(context, c, autoRequery ? FLAG_AUTO_REQUERY : FLAG_REGISTER_CONTENT_OBSERVER);
161 * {@link #FLAG_REGISTER_CONTENT_OBSERVER}.
173 init(context, c, autoRequery ? FLAG_AUTO_REQUERY : FLAG_REGISTER_CONTENT_OBSERVER);
178 flags |= FLAG_REGISTER_CONTENT_OBSERVER;
188 if ((flags & FLAG_REGISTER_CONTENT_OBSERVER) == FLAG_REGISTER_CONTENT_OBSERVER) {
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/widget/
H A DSearchView_CursorTest.java146 CursorAdapter.FLAG_REGISTER_CONTENT_OBSERVER);
/frameworks/support/frameworks/support/samples/SupportSliceDemos/src/main/java/com/example/androidx/slice/demos/
H A DSliceBrowser.java97 null, from, to, CursorAdapter.FLAG_REGISTER_CONTENT_OBSERVER);
/frameworks/support/samples/SupportSliceDemos/src/main/java/com/example/androidx/slice/demos/
H A DSliceBrowser.java97 null, from, to, CursorAdapter.FLAG_REGISTER_CONTENT_OBSERVER);

Completed in 111 milliseconds