Home
last modified time | relevance | path

Searched refs:changeCursor (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/core/java/android/widget/
H A DCursorTreeAdapter.java140 mGroupCursorHelper.changeCursor(cursor, false); in setGroupCursor()
164 childrenCursorHelper.changeCursor(childrenCursor, false); in setChildrenCursor()
382 public void changeCursor(Cursor cursor) { in changeCursor() method in CursorTreeAdapter
383 mGroupCursorHelper.changeCursor(cursor, true); in changeCursor()
453 void changeCursor(Cursor cursor, boolean releaseCursors) { in changeCursor() method in CursorTreeAdapter.MyCursorHelper
H A DCursorFilter.java35 void changeCursor(Cursor cursor); in changeCursor() method
67 mClient.changeCursor((Cursor) results.values); in publishResults()
H A DSuggestionsAdapter.java211 changeCursor(null); in close()
255 public void changeCursor(Cursor c) { in changeCursor() method in SuggestionsAdapter
265 super.changeCursor(c); in changeCursor()
H A DSimpleCursorAdapter.java371 super.changeCursor(c); in changeCursorAndColumns()
H A DCursorAdapter.java355 public void changeCursor(Cursor cursor) { in changeCursor() method in CursorAdapter
H A DSearchView.java192 mSuggestionsAdapter.changeCursor(null);
1251 mSuggestionsAdapter.changeCursor(null); in updateSearchAutoComplete()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DSimpleCursorAdapterTest.java123 ca.changeCursor(c2); in testChangeCursorLive()
140 ca.changeCursor(null); in testChangeCursorNull()
164 ca.changeCursor(c2); in testChangeCursorColumns()
/aosp14/frameworks/base/packages/SoundPicker/src/com/android/soundpicker/
H A DRingtonePickerActivity.java403 mAdapter.changeCursor(mCursor); in requeryForAdapter()
/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.txt58400 method public void changeCursor(android.database.Cursor);
58427 method public void changeCursor(android.database.Cursor);
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt66561 Landroid/widget/CursorFilter$CursorFilterClient;->changeCursor(Landroid/database/Cursor;)V
66567 Landroid/widget/CursorTreeAdapter$MyCursorHelper;->changeCursor(Landroid/database/Cursor;Z)V