Searched defs:startManagingCursor (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActivity.java1938 * {@link #startManagingCursor} so that the activity will manage its
1959 * @see #startManagingCursor
1969 startManagingCursor(c);
1978 * {@link #startManagingCursor} so that the activity will manage its
2000 * @see #startManagingCursor
2009 startManagingCursor(c);
2042 public void startManagingCursor(Cursor c) { method in class:Activity
2050 * {@link #startManagingCursor}, stop the activity's management of that
2059 * @see #startManagingCursor

Completed in 220 milliseconds