Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/widget/
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
DCursorFilter.java34 Cursor getCursor(); in getCursor() method
64 Cursor oldCursor = mClient.getCursor(); in publishResults()
DCursorAdapter.java187 public Cursor getCursor() { in getCursor() method in CursorAdapter
DSuggestionsAdapter.java219 updateSpinnerState(getCursor()); in notifyDataSetChanged()
227 updateSpinnerState(getCursor()); in notifyDataSetInvalidated()
DSearchView.java1000 Cursor c = mSuggestionsAdapter.getCursor(); in onSuggestionsKey()
1366 Cursor c = mSuggestionsAdapter.getCursor(); in rewriteQueryFromSuggestion()
1398 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/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewActivity.java247 final Cursor data = mAdapter.getCursor(); in onPhotoRemoved()
494 final Cursor cursor = mAdapter.getCursor(); in getCursorAtProperPosition()
505 public Cursor getCursor() { in getCursor() method in PhotoViewActivity
506 return (mAdapter == null) ? null : mAdapter.getCursor(); in getCursor()
/frameworks/ex/photoviewer/src/com/android/ex/photo/
DPhotoViewActivity.java269 final Cursor data = mAdapter.getCursor(); in onPhotoRemoved()
514 final Cursor cursor = mAdapter.getCursor(); in getCursorAtProperPosition()
525 public Cursor getCursor() { in getCursor() method in PhotoViewActivity
526 return (mAdapter == null) ? null : mAdapter.getCursor(); in getCursor()
/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/ex/chips/src/com/android/ex/chips/
DRecipientAlternatesAdapter.java218 Cursor c = getCursor(); in getItemId()
226 Cursor c = getCursor(); in getRecipientEntry()
241 Cursor cursor = getCursor(); in getView()
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DDownloadManagerTestApp.java190 Cursor cursor = getCursor(dlRequest); in verifyFileDownloadSucceeded()
243 Cursor cursor = getCursor(dlRequest); in runLargeDownloadOverWiFi()
DDownloadManagerBaseTest.java443 Cursor cursor = getCursor(dlRequest); in waitForDownloadToStart()
557 protected Cursor getCursor(long id) throws Exception { in getCursor() method in DownloadManagerBaseTest
/frameworks/base/media/java/android/media/
DRingtoneManager.java360 public Cursor getCursor() { in getCursor() method in RingtoneManager
420 final Cursor cursor = getCursor(); in getRingtonePosition()
/frameworks/ex/photoviewer/src/com/android/ex/photo/adapters/
DBaseCursorPagerAdapter.java136 public Cursor getCursor() { in getCursor() method in BaseCursorPagerAdapter
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
DBaseCursorPagerAdapter.java137 public Cursor getCursor() { in getCursor() method in BaseCursorPagerAdapter
/frameworks/ex/common/java/com/android/common/widget/
DGroupingListAdapter.java178 public Cursor getCursor() { in getCursor() method in GroupingListAdapter
DCompositeCursorAdapter.java203 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/base/core/java/com/android/internal/app/
DAlertController.java895 final Cursor cursor = getCursor(); in createListView()
/frameworks/base/api/
D14.txt10927 method public android.database.Cursor getCursor();
25835 method public android.database.Cursor getCursor();
25864 method public android.database.Cursor getCursor();
D15.txt10966 method public android.database.Cursor getCursor();
25989 method public android.database.Cursor getCursor();
26018 method public android.database.Cursor getCursor();
D16.txt11697 method public android.database.Cursor getCursor();
27204 method public android.database.Cursor getCursor();
27233 method public android.database.Cursor getCursor();

12