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

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

Completed in 170 milliseconds