Home
last modified time | relevance | path

Searched refs:startManagingCursor (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListManagedCursor.java40 startManagingCursor(c); in onCreate()
DListWithDisappearingItemBug.java48 startManagingCursor(c); in onCreate()
/frameworks/base/docs/html/training/notepad/
Dnotepad-ex3.jd175 startManagingCursor(note);
183 edit, then it calls <code>startManagingCursor()</code> from the <code>Activity</code> class, which
Dnotepad-ex1.jd513 startManagingCursor(c);
529 <code>startManagingCursor()</code> that allows Android to take care of the
/frameworks/base/core/java/android/app/
DActivity.java1758 startManagingCursor(c); in managedQuery()
1798 startManagingCursor(c); in managedQuery()
1831 public void startManagingCursor(Cursor c) { in startManagingCursor() method in Activity
/frameworks/base/docs/html/guide/faq/
Dcommontasks.jd567 startManagingCursor(c);
/frameworks/base/api/
Dcurrent.txt2904 method public deprecated void startManagingCursor(android.database.Cursor);