Searched defs:getCursor (Results 1 - 6 of 6) 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.java123 public Cursor getCursor() { method in class:CursorAdapter
H A DCursorTreeAdapter.java106 final Cursor cursor = getChildrenCursor(mGroupCursorHelper.getCursor());
356 return mGroupCursorHelper.getCursor();
388 * @see CursorAdapter#getCursor()
390 public Cursor getCursor() { method in class:CursorTreeAdapter
391 return mGroupCursorHelper.getCursor();
422 Cursor getCursor() { method in class:CursorTreeAdapter.MyCursorHelper
/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/media/java/android/media/
H A DRingtoneManager.java199 * The column index (in the cursor returned by {@link #getCursor()} for the
205 * The column index (in the cursor returned by {@link #getCursor()} for the
211 * The column index (in the cursor returned by {@link #getCursor()} for the
360 public Cursor getCursor() { method in class:RingtoneManager
396 final Cursor cursor = getCursor();
420 final Cursor cursor = getCursor();
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java802 Cursor cursor = getCursor(dlRequest);
975 protected Cursor getCursor(long id) throws Exception { method in class:DownloadManagerBaseTest

Completed in 124 milliseconds