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

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

Completed in 741 milliseconds