Home
last modified time | relevance | path

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

/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.java233 public Cursor getCursor() { in getCursor() method in CursorAdapter
DSuggestionsAdapter.java222 updateSpinnerState(getCursor()); in notifyDataSetChanged()
230 updateSpinnerState(getCursor()); in notifyDataSetInvalidated()
DSearchView.java1155 Cursor c = mSuggestionsAdapter.getCursor(); in onSuggestionsKey()
1549 Cursor c = mSuggestionsAdapter.getCursor(); in rewriteQueryFromSuggestion()
1581 Cursor c = mSuggestionsAdapter.getCursor(); in launchSuggestion()
/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerFunctionalTest.java88 Cursor cursor = getCursor(dlRequest); in doErrorTest()
170 Cursor cursor = getCursor(dlRequest); in testDownloadToExternal_fileExists()
355 Cursor cursor = getCursor(dlRequest); in testSetTitle()
411 Cursor cursor = getCursor(dlRequest); in testServerDropConnection_body()
DDownloadManagerBaseTest.java804 Cursor cursor = getCursor(dlRequest); in waitForDownloadToStart()
997 protected Cursor getCursor(long id) throws Exception { in getCursor() method in DownloadManagerBaseTest
/frameworks/base/core/tests/coretests/src/android/content/
DContentProviderOperationTest.java148 return getCursor(sTestValues1, 1); in testAssert()
167 return getCursor(sTestValues1, 1); in testAssertNoValues()
183 return getCursor(sTestValues1, 0); in testAssertNoValues()
199 return getCursor(sTestValues1, 5); in testAssertNoValues()
211 private Cursor getCursor(ContentValues contentValues, int numRows) { in getCursor() method in ContentProviderOperationTest
/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.java563 Cursor c = getCursor(); in getItemId()
571 Cursor c = getCursor(); in getRecipientEntry()
589 Cursor cursor = getCursor(); in getView()
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java553 final Cursor data = mAdapter.getCursor(); in onPhotoRemoved()
903 final Cursor cursor = mAdapter.getCursor(); in getCursorAtProperPosition()
914 public Cursor getCursor() { in getCursor() method in PhotoViewController
915 return (mAdapter == null) ? null : mAdapter.getCursor(); in getCursor()
/frameworks/base/media/java/android/media/
DRingtoneManager.java430 public Cursor getCursor() { in getCursor() method in RingtoneManager
516 final Cursor cursor = getCursor(); in getRingtonePosition()
/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/base/core/java/com/android/internal/app/
DAlertController.java1165 final Cursor cursor = getCursor(); in createListView()
/frameworks/base/api/
Dlint-baseline.txt799 RequiresPermission: android.media.RingtoneManager#getCursor():
Dcurrent.txt26403 method public android.database.Cursor getCursor();
56876 method public android.database.Cursor getCursor();
56907 method public android.database.Cursor getCursor();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt15625 method public android.database.Cursor getCursor();
37175 method public android.database.Cursor getCursor();
37204 method public android.database.Cursor getCursor();
/frameworks/base/non-updatable-api/
Dcurrent.txt26325 method public android.database.Cursor getCursor();
56732 method public android.database.Cursor getCursor();
56763 method public android.database.Cursor getCursor();
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt80992 Landroid/widget/CursorFilter$CursorFilterClient;->getCursor()Landroid/database/Cursor;
80999 Landroid/widget/CursorTreeAdapter$MyCursorHelper;->getCursor()Landroid/database/Cursor;