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

/frameworks/base/core/java/android/widget/
H A DCursorFilter.java34 Cursor getCursor(); method in interface:CursorFilter.CursorFilterClient
64 Cursor oldCursor = mClient.getCursor();
H A DCursorAdapter.java191 public Cursor getCursor() { method in class:CursorAdapter
H A DCursorTreeAdapter.java105 final Cursor cursor = getChildrenCursor(mGroupCursorHelper.getCursor());
355 return mGroupCursorHelper.getCursor();
387 * @see CursorAdapter#getCursor()
389 public Cursor getCursor() { method in class:CursorTreeAdapter
390 return mGroupCursorHelper.getCursor();
421 Cursor getCursor() { method in class:CursorTreeAdapter.MyCursorHelper
/frameworks/support/v4/java/android/support/v4/widget/
H A DCursorFilter.java35 Cursor getCursor(); method in interface:CursorFilter.CursorFilterClient
65 Cursor oldCursor = mClient.getCursor();
H A DCursorAdapter.java193 public Cursor getCursor() { method in class:CursorAdapter
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DCursorObjectAdapter.java96 public final Cursor getCursor() { method in class:CursorObjectAdapter
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
H A DBaseCursorPagerAdapter.java137 public Cursor getCursor() { method in class:BaseCursorPagerAdapter
/frameworks/base/core/tests/coretests/src/android/content/
H A DContentProviderOperationTest.java147 return getCursor(sTestValues1, 1);
166 return getCursor(sTestValues1, 1);
182 return getCursor(sTestValues1, 0);
198 return getCursor(sTestValues1, 5);
210 private Cursor getCursor(ContentValues contentValues, int numRows) { method in class:ContentProviderOperationTest
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerBaseTest.java440 Cursor cursor = getCursor(dlRequest);
539 protected Cursor getCursor(long id) throws Exception { method in class:DownloadManagerBaseTest
/frameworks/base/media/java/android/media/
H A DRingtoneManager.java192 * The column index (in the cursor returned by {@link #getCursor()} for the
198 * The column index (in the cursor returned by {@link #getCursor()} for the
204 * The column index (in the cursor returned by {@link #getCursor()} for the
359 public Cursor getCursor() { method in class:RingtoneManager
418 final Cursor cursor = getCursor();
/frameworks/ex/common/java/com/android/common/widget/
H A DCompositeCursorAdapter.java209 public Cursor getCursor(int partition) { method in class:CompositeCursorAdapter
H A DGroupingListAdapter.java178 public Cursor getCursor() { method in class:GroupingListAdapter
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java799 Cursor cursor = getCursor(dlRequest);
996 protected Cursor getCursor(long id) throws Exception { method in class:DownloadManagerBaseTest
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java487 final Cursor data = mAdapter.getCursor();
830 final Cursor cursor = mAdapter.getCursor();
841 public Cursor getCursor() { method in class:PhotoViewController
842 return (mAdapter == null) ? null : mAdapter.getCursor();

Completed in 2290 milliseconds