Searched refs:stopManagingCursor (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActivity.java1691 * you call {@link #stopManagingCursor} on a cursor from a managed query, the system <em>will
1731 * you call {@link #stopManagingCursor} on a cursor from a managed query, the system <em>will
1772 * However, if you call {@link #stopManagingCursor} on a cursor from a managed query, the system
1779 * @see #stopManagingCursor
1810 public void stopManagingCursor(Cursor c) { method in class:Activity

Completed in 46 milliseconds