Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A 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
H A DCursorFilter.java34 Cursor getCursor(); in getCursor() method
64 Cursor oldCursor = mClient.getCursor(); in publishResults()
H A DCursorAdapter.java233 public Cursor getCursor() { in getCursor() method in CursorAdapter
H A DSuggestionsAdapter.java222 updateSpinnerState(getCursor()); in notifyDataSetChanged()
230 updateSpinnerState(getCursor()); in notifyDataSetInvalidated()
H A DSearchView.java1163 Cursor c = mSuggestionsAdapter.getCursor(); in onSuggestionsKey()
1557 Cursor c = mSuggestionsAdapter.getCursor(); in rewriteQueryFromSuggestion()
1589 Cursor c = mSuggestionsAdapter.getCursor(); in launchSuggestion()
/aosp14/frameworks/base/core/tests/coretests/src/android/content/
H A DContentProviderOperationTest.java138 return getCursor(sTestValues1, 1); in testAssert()
157 return getCursor(sTestValues1, 1); in testAssertNoValues()
173 return getCursor(sTestValues1, 0); in testAssertNoValues()
189 return getCursor(sTestValues1, 5); in testAssertNoValues()
201 private Cursor getCursor(ContentValues contentValues, int numRows) { in getCursor() method in ContentProviderOperationTest
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A 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()
H A DDownloadManagerBaseTest.java804 Cursor cursor = getCursor(dlRequest); in waitForDownloadToStart()
997 protected Cursor getCursor(long id) throws Exception { in getCursor() method in DownloadManagerBaseTest
/aosp14/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerBaseTest.java440 Cursor cursor = getCursor(dlRequest); in waitForDownloadToStart()
539 protected Cursor getCursor(long id) throws Exception { in getCursor() method in DownloadManagerBaseTest
H A DDownloadManagerTestApp.java187 Cursor cursor = getCursor(dlRequest); in verifyFileDownloadSucceeded()
238 Cursor cursor = getCursor(dlRequest); in runLargeDownloadOverWiFi()
/aosp14/frameworks/base/media/java/android/media/
H A DRingtoneManager.java436 public Cursor getCursor() { in getCursor() method in RingtoneManager
616 final Cursor cursor = getCursor(); in getRingtonePosition()
/aosp14/frameworks/base/packages/SoundPicker/src/com/android/soundpicker/
H A DRingtonePickerActivity.java473 mCursor = new LocalizedCursor(mRingtoneManager.getCursor(), getResources(), COLUMN_LABEL); in initRingtoneManager()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java1197 final Cursor cursor = getCursor(); in createListView()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt24829 method public android.database.Cursor getCursor();
58403 method public android.database.Cursor getCursor();
58434 method public android.database.Cursor getCursor();
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt66563 Landroid/widget/CursorFilter$CursorFilterClient;->getCursor()Landroid/database/Cursor;
66570 Landroid/widget/CursorTreeAdapter$MyCursorHelper;->getCursor()Landroid/database/Cursor;