Home
last modified time | relevance | path

Searched refs:getCursor (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/base/core/java/android/widget/
DCursorFilter.java34 Cursor getCursor(); in getCursor() method
64 Cursor oldCursor = mClient.getCursor(); in publishResults()
DCursorTreeAdapter.java105 final Cursor cursor = getChildrenCursor(mGroupCursorHelper.getCursor()); in getChildrenCursorHelper()
355 return mGroupCursorHelper.getCursor(); in runQueryOnBackgroundThread()
389 public Cursor getCursor() { in getCursor() method in CursorTreeAdapter
390 return mGroupCursorHelper.getCursor(); in getCursor()
421 Cursor getCursor() { in getCursor() method in CursorTreeAdapter.MyCursorHelper
DCursorAdapter.java226 public Cursor getCursor() { in getCursor() method in CursorAdapter
DSuggestionsAdapter.java222 updateSpinnerState(getCursor()); in notifyDataSetChanged()
230 updateSpinnerState(getCursor()); in notifyDataSetInvalidated()
DSearchView.java1072 Cursor c = mSuggestionsAdapter.getCursor(); in onSuggestionsKey()
1411 Cursor c = mSuggestionsAdapter.getCursor(); in rewriteQueryFromSuggestion()
1443 Cursor c = mSuggestionsAdapter.getCursor(); in launchSuggestion()
/frameworks/support/v4/java/android/support/v4/widget/
DCursorFilter.java35 Cursor getCursor(); in getCursor() method
65 Cursor oldCursor = mClient.getCursor(); in publishResults()
DCursorAdapter.java193 public Cursor getCursor() { in getCursor() method in CursorAdapter
/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerFunctionalTest.java82 Cursor cursor = getCursor(dlRequest); in doErrorTest()
167 Cursor cursor = getCursor(dlRequest); in testDownloadToExternal_fileExists()
342 Cursor cursor = getCursor(dlRequest); in testSetTitle()
398 Cursor cursor = getCursor(dlRequest); in testServerDropConnection_body()
DDownloadManagerBaseTest.java799 Cursor cursor = getCursor(dlRequest); in waitForDownloadToStart()
996 protected Cursor getCursor(long id) throws Exception { in getCursor() method in DownloadManagerBaseTest
/frameworks/base/core/tests/coretests/src/android/content/
DContentProviderOperationTest.java147 return getCursor(sTestValues1, 1); in testAssert()
166 return getCursor(sTestValues1, 1); in testAssertNoValues()
182 return getCursor(sTestValues1, 0); in testAssertNoValues()
198 return getCursor(sTestValues1, 5); in testAssertNoValues()
210 private Cursor getCursor(ContentValues contentValues, int numRows) { in getCursor() method in ContentProviderOperationTest
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DCursorObjectAdapter.java96 public final Cursor getCursor() { in getCursor() method in CursorObjectAdapter
/frameworks/base/media/java/android/media/
DRingtoneManager.java373 public Cursor getCursor() { in getCursor() method in RingtoneManager
432 final Cursor cursor = getCursor(); in getRingtonePosition()
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DDownloadManagerBaseTest.java440 Cursor cursor = getCursor(dlRequest); in waitForDownloadToStart()
539 protected Cursor getCursor(long id) throws Exception { in getCursor() method in DownloadManagerBaseTest
DDownloadManagerTestApp.java187 Cursor cursor = getCursor(dlRequest); in verifyFileDownloadSucceeded()
238 Cursor cursor = getCursor(dlRequest); in runLargeDownloadOverWiFi()
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
DBaseCursorPagerAdapter.java137 public Cursor getCursor() { in getCursor() method in BaseCursorPagerAdapter
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientAlternatesAdapter.java552 Cursor c = getCursor(); in getItemId()
560 Cursor c = getCursor(); in getRecipientEntry()
578 Cursor cursor = getCursor(); in getView()
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java487 final Cursor data = mAdapter.getCursor(); in onPhotoRemoved()
830 final Cursor cursor = mAdapter.getCursor(); in getCursorAtProperPosition()
841 public Cursor getCursor() { in getCursor() method in PhotoViewController
842 return (mAdapter == null) ? null : mAdapter.getCursor(); in getCursor()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSuggestionsAdapter.java183 updateSpinnerState(getCursor()); in notifyDataSetChanged()
191 updateSpinnerState(getCursor()); in notifyDataSetInvalidated()
DSearchView.java1342 Cursor c = mSuggestionsAdapter.getCursor(); in rewriteQueryFromSuggestion()
1374 Cursor c = mSuggestionsAdapter.getCursor(); in launchSuggestion()
/frameworks/ex/common/java/com/android/common/widget/
DGroupingListAdapter.java178 public Cursor getCursor() { in getCursor() method in GroupingListAdapter
DCompositeCursorAdapter.java209 public Cursor getCursor(int partition) { in getCursor() method in CompositeCursorAdapter
/frameworks/ex/common/java/com/android/common/contacts/
DBaseEmailAddressAdapter.java573 Cursor cursor = getCursor(partition); in isDuplicate()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAlertController.java759 final Cursor cursor = getCursor(); in createListView()
/frameworks/base/core/java/com/android/internal/app/
DAlertController.java1055 final Cursor cursor = getCursor(); in createListView()
/frameworks/base/docs/html/training/contacts-provider/
Dretrieve-names.jd396 Cursor cursor = parent.getAdapter().getCursor();

12