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

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

Completed in 85 milliseconds