HomeSort by relevance Sort by last modified time
    Searched refs:loadCursorAdapter (Results 1 - 3 of 3) sorted by null

  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
PhotosListActivity.java 36 setListAdapter(Adapters.loadCursorAdapter(this, R.xml.photos,
RssReaderActivity.java 38 setListAdapter(Adapters.loadCursorAdapter(this, R.xml.rss_feed,
Adapters.java 80 * {@link Adapters#loadCursorAdapter(android.content.Context, int, String, Object[])}.
84 * {@link Adapters#loadCursorAdapter(android.content.Context, int, String, Object[])}.
88 * {@link Adapters#loadCursorAdapter(android.content.Context, int, String, Object[])}.
237 * <li>{@link Adapters#loadCursorAdapter(android.content.Context, int, android.database.Cursor, Object[])}</li>
238 * <li>{@link Adapters#loadCursorAdapter(android.content.Context, int, String, Object[])}</li>
407 public static CursorAdapter loadCursorAdapter(Context context, int id, String uri,
445 public static CursorAdapter loadCursorAdapter(Context context, int id, Cursor cursor,
474 * @see #loadCursorAdapter(android.content.Context, int, android.database.Cursor, Object[])
475 * @see #loadCursorAdapter(android.content.Context, int, String, Object[])
    [all...]

Completed in 162 milliseconds