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

/frameworks/base/core/java/android/app/
H A DActivity.java1914 * {@link #startManagingCursor} so that the activity will manage its
1935 * @see #startManagingCursor
1945 startManagingCursor(c);
1954 * {@link #startManagingCursor} so that the activity will manage its
1976 * @see #startManagingCursor
1985 startManagingCursor(c);
2018 public void startManagingCursor(Cursor c) { method in class:Activity
2026 * {@link #startManagingCursor}, stop the activity's management of that
2035 * @see #startManagingCursor

Completed in 67 milliseconds