/aosp14/frameworks/base/core/java/android/widget/ |
H A 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
|
H A D | CursorFilter.java | 34 Cursor getCursor(); in getCursor() method 64 Cursor oldCursor = mClient.getCursor(); in publishResults()
|
H A D | CursorAdapter.java | 233 public Cursor getCursor() { in getCursor() method in CursorAdapter
|
H A D | SuggestionsAdapter.java | 222 updateSpinnerState(getCursor()); in notifyDataSetChanged() 230 updateSpinnerState(getCursor()); in notifyDataSetInvalidated()
|
H A D | SearchView.java | 1163 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 D | ContentProviderOperationTest.java | 138 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 D | DownloadManagerFunctionalTest.java | 88 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 D | DownloadManagerBaseTest.java | 804 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 D | DownloadManagerBaseTest.java | 440 Cursor cursor = getCursor(dlRequest); in waitForDownloadToStart() 539 protected Cursor getCursor(long id) throws Exception { in getCursor() method in DownloadManagerBaseTest
|
H A D | DownloadManagerTestApp.java | 187 Cursor cursor = getCursor(dlRequest); in verifyFileDownloadSucceeded() 238 Cursor cursor = getCursor(dlRequest); in runLargeDownloadOverWiFi()
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | RingtoneManager.java | 436 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 D | RingtonePickerActivity.java | 473 mCursor = new LocalizedCursor(mRingtoneManager.getCursor(), getResources(), COLUMN_LABEL); in initRingtoneManager()
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | AlertController.java | 1197 final Cursor cursor = getCursor(); in createListView()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 24829 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 D | hiddenapi-max-target-o.txt | 66563 Landroid/widget/CursorFilter$CursorFilterClient;->getCursor()Landroid/database/Cursor; 66570 Landroid/widget/CursorTreeAdapter$MyCursorHelper;->getCursor()Landroid/database/Cursor;
|