Home
last modified time | relevance | path

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

123

/frameworks/support/content/src/androidTest/java/androidx/contentpager/content/
DContentPagerTest.java94 Cursor cursor = mCallback.getCursor(query); in testRelaysProviderPagedResults()
144 Cursor cursor = mCallback.getCursor(query); in testLimitsPagedResultsToWindowSize()
189 Cursor cursor = mCallback.getCursor(query); in testAdaptsUnpagedToPaged()
244 Cursor cursor = mCallback.getCursor(query); in testCachesUnpagedCursor()
277 Cursor cursor = mCallback.getCursor(query); in testWrapsCursorsThatJustHappenToFitInPageRange()
323 Cursor cursor = mCallback.getCursor(query); in testCorrectlyCopiesRecords_EndOfResults()
380 Cursor cursor = mCallback.getCursor(query); in testRelaysContentChangeNotificationsOnPagedCursors()
427 private @Nullable Cursor getCursor(Query query) { in getCursor() method in ContentPagerTest.TestContentCallback
/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()
/frameworks/support/cursoradapter/src/main/java/androidx/cursoradapter/widget/
DCursorFilter.java35 Cursor getCursor(); in getCursor() method
65 Cursor oldCursor = mClient.getCursor(); in publishResults()
DCursorAdapter.java207 public Cursor getCursor() { in getCursor() method in CursorAdapter
/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerFunctionalTest.java87 Cursor cursor = getCursor(dlRequest); in doErrorTest()
169 Cursor cursor = getCursor(dlRequest); in testDownloadToExternal_fileExists()
354 Cursor cursor = getCursor(dlRequest); in testSetTitle()
410 Cursor cursor = getCursor(dlRequest); in testServerDropConnection_body()
DDownloadManagerBaseTest.java801 Cursor cursor = getCursor(dlRequest); in waitForDownloadToStart()
994 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/leanback/src/main/java/androidx/leanback/widget/
DCursorObjectAdapter.java97 public final Cursor getCursor() { in getCursor() method in CursorObjectAdapter
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DDownloadManagerTestApp.java187 Cursor cursor = getCursor(dlRequest); in verifyFileDownloadSucceeded()
238 Cursor cursor = getCursor(dlRequest); in runLargeDownloadOverWiFi()
DDownloadManagerBaseTest.java440 Cursor cursor = getCursor(dlRequest); in waitForDownloadToStart()
539 protected Cursor getCursor(long id) throws Exception { in getCursor() method in DownloadManagerBaseTest
/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/support/v7/appcompat/src/androidTest/java/androidx/appcompat/widget/
DSearchView_CursorTest.java113 final Cursor cursor = mSuggestionsAdapter.getCursor(); in onSuggestionClick()
/frameworks/support/cursoradapter/api/
Dcurrent.txt11 method public android.database.Cursor getCursor();
/frameworks/support/cursoradapter/api_legacy/
D0.0.0.txt11 method public android.database.Cursor getCursor();
D28.0.0-alpha1.txt11 method public android.database.Cursor getCursor();
Dcurrent.txt11 method public android.database.Cursor getCursor();
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DSuggestionsAdapter.java183 updateSpinnerState(getCursor()); in notifyDataSetChanged()
191 updateSpinnerState(getCursor()); in notifyDataSetInvalidated()
/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/base/media/java/android/media/
DRingtoneManager.java429 public Cursor getCursor() { in getCursor() method in RingtoneManager
540 final Cursor cursor = getCursor(); in getRingtonePosition()

123