Searched refs:getCursor (Results 1 - 13 of 13) 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 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
H A DCursorAdapter.java123 public Cursor getCursor() { method in class:CursorAdapter
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerIntegrationTest.java119 Cursor cursor = getCursor(dlRequest);
181 Cursor cursor = getCursor(dlRequest);
268 Cursor cursor = getCursor(dlRequest);
478 Cursor cursor = getCursor(dlRequest);
583 Cursor cursor = getCursor(dlRequest);
H A DDownloadManagerStressTest.java148 cursor = getCursor(dlRequest);
H A DDownloadManagerBaseTest.java802 Cursor cursor = getCursor(dlRequest);
975 protected Cursor getCursor(long id) throws Exception { method in class:DownloadManagerBaseTest
/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/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/
H A DDownloadManagerTestApp.java201 Cursor cursor = getCursor(dlRequest);
254 Cursor cursor = getCursor(dlRequest);
/frameworks/base/core/java/com/android/internal/app/
H A DRingtonePickerActivity.java141 mCursor = mRingtoneManager.getCursor();
H A DAlertController.java827 final Cursor cursor = getCursor();
/frameworks/base/core/java/android/app/
H A DSuggestionsAdapter.java195 updateSpinnerState(getCursor());
203 updateSpinnerState(getCursor());
H A DSearchDialog.java1055 Cursor c = mSuggestionsAdapter.getCursor();
1112 Cursor c = mSuggestionsAdapter.getCursor();
1477 Cursor c = mSuggestionsAdapter.getCursor();

Completed in 200 milliseconds