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

/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListManagedCursor.java40 startManagingCursor(c);
H A DListWithDisappearingItemBug.java48 startManagingCursor(c);
/frameworks/base/core/java/android/app/
H A DActivity.java2413 * {@link #startManagingCursor} so that the activity will manage its
2434 * @see #startManagingCursor
2444 startManagingCursor(c);
2453 * {@link #startManagingCursor} so that the activity will manage its
2475 * @see #startManagingCursor
2484 startManagingCursor(c);
2517 public void startManagingCursor(Cursor c) { method in class:Activity
2525 * {@link #startManagingCursor}, stop the activity's management of that
2534 * @see #startManagingCursor

Completed in 105 milliseconds