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

/frameworks/base/core/java/android/app/
H A DActivity.java1915 * {@link #startManagingCursor} so that the activity will manage its
1936 * @see #startManagingCursor
1946 startManagingCursor(c);
1955 * {@link #startManagingCursor} so that the activity will manage its
1977 * @see #startManagingCursor
1986 startManagingCursor(c);
2019 public void startManagingCursor(Cursor c) { method in class:Activity
2027 * {@link #startManagingCursor}, stop the activity's management of that
2036 * @see #startManagingCursor

Completed in 48 milliseconds