/frameworks/support/content/src/androidTest/java/androidx/contentpager/content/ |
D | ContentPagerTest.java | 94 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/ |
D | CursorFilter.java | 34 Cursor getCursor(); in getCursor() method 64 Cursor oldCursor = mClient.getCursor(); in publishResults()
|
D | CursorTreeAdapter.java | 105 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
|
D | CursorAdapter.java | 226 public Cursor getCursor() { in getCursor() method in CursorAdapter
|
D | SuggestionsAdapter.java | 222 updateSpinnerState(getCursor()); in notifyDataSetChanged() 230 updateSpinnerState(getCursor()); in notifyDataSetInvalidated()
|
/frameworks/support/cursoradapter/src/main/java/androidx/cursoradapter/widget/ |
D | CursorFilter.java | 35 Cursor getCursor(); in getCursor() method 65 Cursor oldCursor = mClient.getCursor(); in publishResults()
|
D | CursorAdapter.java | 207 public Cursor getCursor() { in getCursor() method in CursorAdapter
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | DownloadManagerFunctionalTest.java | 87 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()
|
D | DownloadManagerBaseTest.java | 801 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/ |
D | ContentProviderOperationTest.java | 147 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/ |
D | CursorObjectAdapter.java | 97 public final Cursor getCursor() { in getCursor() method in CursorObjectAdapter
|
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/ |
D | DownloadManagerTestApp.java | 187 Cursor cursor = getCursor(dlRequest); in verifyFileDownloadSucceeded() 238 Cursor cursor = getCursor(dlRequest); in runLargeDownloadOverWiFi()
|
D | DownloadManagerBaseTest.java | 440 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/ |
D | BaseCursorPagerAdapter.java | 137 public Cursor getCursor() { in getCursor() method in BaseCursorPagerAdapter
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | RecipientAlternatesAdapter.java | 563 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/ |
D | PhotoViewController.java | 553 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/ |
D | SearchView_CursorTest.java | 113 final Cursor cursor = mSuggestionsAdapter.getCursor(); in onSuggestionClick()
|
/frameworks/support/cursoradapter/api/ |
D | current.txt | 11 method public android.database.Cursor getCursor();
|
/frameworks/support/cursoradapter/api_legacy/ |
D | 0.0.0.txt | 11 method public android.database.Cursor getCursor();
|
D | 28.0.0-alpha1.txt | 11 method public android.database.Cursor getCursor();
|
D | current.txt | 11 method public android.database.Cursor getCursor();
|
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/ |
D | SuggestionsAdapter.java | 183 updateSpinnerState(getCursor()); in notifyDataSetChanged() 191 updateSpinnerState(getCursor()); in notifyDataSetInvalidated()
|
/frameworks/ex/common/java/com/android/common/widget/ |
D | GroupingListAdapter.java | 178 public Cursor getCursor() { in getCursor() method in GroupingListAdapter
|
D | CompositeCursorAdapter.java | 209 public Cursor getCursor(int partition) { in getCursor() method in CompositeCursorAdapter
|
/frameworks/base/media/java/android/media/ |
D | RingtoneManager.java | 429 public Cursor getCursor() { in getCursor() method in RingtoneManager 540 final Cursor cursor = getCursor(); in getRingtonePosition()
|