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

/frameworks/base/core/java/android/widget/
H A DSimpleCursorAdapter.java42 * {@link android.widget.SimpleCursorAdapter.CursorToStringConverter} and the
63 private CursorToStringConverter mCursorToStringConverter;
239 * @see #setCursorToStringConverter(android.widget.SimpleCursorAdapter.CursorToStringConverter)
249 * Cursor to a String only when the current CursorToStringConverter
257 * @see #setCursorToStringConverter(android.widget.SimpleCursorAdapter.CursorToStringConverter)
269 * {@link android.widget.SimpleCursorAdapter.CursorToStringConverter}
271 * @see #setCursorToStringConverter(android.widget.SimpleCursorAdapter.CursorToStringConverter)
276 public CursorToStringConverter getCursorToStringConverter() {
287 * @see #setCursorToStringConverter(android.widget.SimpleCursorAdapter.CursorToStringConverter)
292 public void setCursorToStringConverter(CursorToStringConverter cursorToStringConverte
406 public static interface CursorToStringConverter { interface in class:SimpleCursorAdapter
[all...]
/frameworks/support/v4/java/android/support/v4/widget/
H A DSimpleCursorAdapter.java48 private CursorToStringConverter mCursorToStringConverter;
224 * @see #setCursorToStringConverter(android.widget.SimpleCursorAdapter.CursorToStringConverter)
234 * Cursor to a String only when the current CursorToStringConverter
242 * @see #setCursorToStringConverter(android.widget.SimpleCursorAdapter.CursorToStringConverter)
254 * {@link android.widget.SimpleCursorAdapter.CursorToStringConverter}
256 * @see #setCursorToStringConverter(android.widget.SimpleCursorAdapter.CursorToStringConverter)
261 public CursorToStringConverter getCursorToStringConverter() {
272 * @see #setCursorToStringConverter(android.widget.SimpleCursorAdapter.CursorToStringConverter)
277 public void setCursorToStringConverter(CursorToStringConverter cursorToStringConverter) {
283 * by the current CursorToStringConverter
386 public static interface CursorToStringConverter { interface in class:SimpleCursorAdapter
[all...]

Completed in 4261 milliseconds