Searched refs:getCursor (Results 1 - 23 of 23) 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.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
H A DCursorAdapter.java191 public Cursor getCursor() { method in class:CursorAdapter
H A DSuggestionsAdapter.java221 updateSpinnerState(getCursor());
229 updateSpinnerState(getCursor());
H A DSearchView.java1061 Cursor c = mSuggestionsAdapter.getCursor();
1419 Cursor c = mSuggestionsAdapter.getCursor();
1451 Cursor c = mSuggestionsAdapter.getCursor();
/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/base/core/tests/coretests/src/android/app/
H A DDownloadManagerFunctionalTest.java82 Cursor cursor = getCursor(dlRequest);
167 Cursor cursor = getCursor(dlRequest);
342 Cursor cursor = getCursor(dlRequest);
398 Cursor cursor = getCursor(dlRequest);
H A DDownloadManagerBaseTest.java799 Cursor cursor = getCursor(dlRequest);
996 protected Cursor getCursor(long id) throws Exception { method in class:DownloadManagerBaseTest
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DCursorObjectAdapter.java96 public final Cursor getCursor() { method in class:CursorObjectAdapter
/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/opt/photoviewer/src/com/android/ex/photo/adapters/
H A DBaseCursorPagerAdapter.java137 public Cursor getCursor() { method in class:BaseCursorPagerAdapter
/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/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
H A DDownloadManagerTestApp.java187 Cursor cursor = getCursor(dlRequest);
238 Cursor cursor = getCursor(dlRequest);
/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();
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSuggestionsAdapter.java183 updateSpinnerState(getCursor());
191 updateSpinnerState(getCursor());
H A DSearchView.java1323 Cursor c = mSuggestionsAdapter.getCursor();
1355 Cursor c = mSuggestionsAdapter.getCursor();
/frameworks/ex/common/java/com/android/common/widget/
H A DGroupingListAdapter.java178 public Cursor getCursor() { method in class:GroupingListAdapter
H A DCompositeCursorAdapter.java209 public Cursor getCursor(int partition) { method in class:CompositeCursorAdapter
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientAlternatesAdapter.java552 Cursor c = getCursor();
560 Cursor c = getCursor();
578 Cursor cursor = getCursor();
/frameworks/ex/common/java/com/android/common/contacts/
H A DBaseEmailAddressAdapter.java573 Cursor cursor = getCursor(partition);
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java1035 final Cursor cursor = getCursor();

Completed in 6000 milliseconds