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

/frameworks/base/core/java/android/app/
H A DActivity.java1682 * {@link #startManagingCursor} so that the activity will manage its
1703 * @see #startManagingCursor
1713 startManagingCursor(c);
1722 * {@link #startManagingCursor} so that the activity will manage its
1744 * @see #startManagingCursor
1753 startManagingCursor(c);
1786 public void startManagingCursor(Cursor c) { method in class:Activity
1794 * {@link #startManagingCursor}, stop the activity's management of that
1803 * @see #startManagingCursor

Completed in 55 milliseconds