Home
last modified time | relevance | path

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

12

/aosp12/frameworks/ex/common/tests/src/com/android/common/widget/
H A DCompositeCursorAdapterTest.java85 adapter.changeCursor(0, makeCursor("a", 2)); in testGetCountNoEmptySections()
86 adapter.changeCursor(1, makeCursor("b", 3)); in testGetCountNoEmptySections()
96 adapter.changeCursor(0, makeCursor("a", 1)); in testGetViewNoEmptySections()
97 adapter.changeCursor(1, makeCursor("b", 2)); in testGetViewNoEmptySections()
111 adapter.changeCursor(0, makeCursor("a", 2)); in testGetCountWithHeadersAndNoEmptySections()
112 adapter.changeCursor(1, makeCursor("b", 3)); in testGetCountWithHeadersAndNoEmptySections()
122 adapter.changeCursor(0, makeCursor("a", 1)); in testGetViewWithHeadersNoEmptySections()
123 adapter.changeCursor(1, makeCursor("b", 2)); in testGetViewWithHeadersNoEmptySections()
137 adapter.changeCursor(1, makeCursor("a", 2)); in testGetCountWithHiddenEmptySection()
147 adapter.changeCursor(0, makeCursor("a", 1)); in testGetPartitionForPosition()
[all …]
H A DGroupingListAdapterTests.java118 mAdapter.changeCursor(mCursor); in testGroupingWithoutGroups()
128 mAdapter.changeCursor(mCursor); in testGroupingWithCollapsedGroupAtTheBeginning()
137 mAdapter.changeCursor(mCursor); in testGroupingWithExpandedGroupAtTheBeginning()
149 mAdapter.changeCursor(mCursor); in testGroupingWithExpandCollapseCycleAtTheBeginning()
160 mAdapter.changeCursor(mCursor); in testGroupingWithCollapsedGroupInTheMiddle()
170 mAdapter.changeCursor(mCursor); in testGroupingWithExpandedGroupInTheMiddle()
184 mAdapter.changeCursor(mCursor); in testGroupingWithCollapsedGroupAtTheEnd()
194 mAdapter.changeCursor(mCursor); in testGroupingWithExpandedGroupAtTheEnd()
208 mAdapter.changeCursor(mCursor); in testGroupingWithMultipleCollapsedGroups()
221 mAdapter.changeCursor(mCursor); in testGroupingWithMultipleExpandedGroups()
[all …]
/aosp12/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);
1244 mSuggestionsAdapter.changeCursor(null); in updateSearchAutoComplete()
/aosp12/packages/apps/TV/src/com/android/tv/dialog/
H A DRecentlyWatchedDialogFragment.java119 mAdapter.changeCursor(null); in onDestroy()
147 mAdapter.changeCursor(cursor); in onLoadFinished()
152 mAdapter.changeCursor(null); in onLoaderReset()
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DJoinContactListAdapter.java115 changeCursor(PARTITION_SUGGESTIONS, cursor); in setSuggestionsCursor()
119 public void changeCursor(Cursor cursor) { in changeCursor() method in JoinContactListAdapter
120 changeCursor(PARTITION_ALL_CONTACTS, cursor); in changeCursor()
H A DContactEntryListAdapter.java459 public void changeCursor(int partitionIndex, Cursor cursor) { in changeCursor() method in ContactEntryListAdapter
474 super.changeCursor(partitionIndex, cursor); in changeCursor()
484 public void changeCursor(Cursor cursor) { in changeCursor() method in ContactEntryListAdapter
485 changeCursor(0, cursor); in changeCursor()
H A DContactListAdapter.java372 public void changeCursor(int partitionIndex, Cursor cursor) { in changeCursor() method in ContactListAdapter
373 super.changeCursor(partitionIndex, cursor); in changeCursor()
H A DContactEntryListFragment.java483 mAdapter.changeCursor(partitionIndex, data);
/aosp12/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()
/aosp12/frameworks/ex/common/java/com/android/common/contacts/
H A DBaseEmailAddressAdapter.java432 changeCursor(0, defaultPartitionCursor); in onDirectoryLoadFinished()
449 changeCursor(i, null); in onDirectoryLoadFinished()
453 changeCursor(i, null); in onDirectoryLoadFinished()
486 changeCursor(partitionIndex, createLoadingCursor()); in showSearchPendingIfNotComplete()
511 changeCursor(partitionIndex, removeDuplicatesAndTruncate(partitionIndex, cursor)); in onPartitionLoadFinished()
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DGroupingListAdapter.java74 public void changeCursor(Cursor cursor) { in changeCursor() method in GroupingListAdapter
H A DCallLogFragment.java237 adapter.changeCursor(cursor); in onCallsFetched()
471 adapter.changeCursor(null); in onDestroy()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DADNList.java154 mCursorAdapter.changeCursor(mCursor); in setAdapter()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DCursorRecyclerAdapter.java223 public void changeCursor(final Cursor cursor) { in changeCursor() method in CursorRecyclerAdapter
/aosp12/frameworks/ex/common/java/com/android/common/widget/
H A DGroupingListAdapter.java152 public void changeCursor(Cursor cursor) { in changeCursor() method in GroupingListAdapter
H A DCompositeCursorAdapter.java216 public void changeCursor(int partition, Cursor cursor) { in changeCursor() method in CompositeCursorAdapter
/aosp12/frameworks/base/packages/SoundPicker/src/com/android/soundpicker/
H A DRingtonePickerActivity.java395 mAdapter.changeCursor(mCursor); in requeryForAdapter()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt54524 method public void changeCursor(android.database.Cursor);
54551 method public void changeCursor(android.database.Cursor);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt37172 method public void changeCursor(android.database.Cursor);
37197 method public void changeCursor(android.database.Cursor);

12