/frameworks/ex/common/tests/src/com/android/common/widget/ |
D | CompositeCursorAdapterTest.java | 85 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 …]
|
D | GroupingListAdapterTests.java | 118 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 …]
|
/frameworks/base/core/java/android/widget/ |
D | CursorFilter.java | 35 void changeCursor(Cursor cursor); in changeCursor() method 67 mClient.changeCursor((Cursor) results.values); in publishResults()
|
D | CursorTreeAdapter.java | 140 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
|
D | SuggestionsAdapter.java | 211 changeCursor(null); in close() 255 public void changeCursor(Cursor c) { in changeCursor() method in SuggestionsAdapter 265 super.changeCursor(c); in changeCursor()
|
D | SimpleCursorAdapter.java | 371 super.changeCursor(c); in changeCursorAndColumns()
|
D | CursorAdapter.java | 355 public void changeCursor(Cursor cursor) { in changeCursor() method in CursorAdapter
|
D | SearchView.java | 192 mSuggestionsAdapter.changeCursor(null); 1243 mSuggestionsAdapter.changeCursor(null); in updateSearchAutoComplete()
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | SimpleCursorAdapterTest.java | 123 ca.changeCursor(c2); in testChangeCursorLive() 140 ca.changeCursor(null); in testChangeCursorNull() 164 ca.changeCursor(c2); in testChangeCursorColumns()
|
/frameworks/ex/common/java/com/android/common/contacts/ |
D | BaseEmailAddressAdapter.java | 432 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()
|
/frameworks/ex/common/java/com/android/common/widget/ |
D | GroupingListAdapter.java | 152 public void changeCursor(Cursor cursor) { in changeCursor() method in GroupingListAdapter
|
D | CompositeCursorAdapter.java | 216 public void changeCursor(int partition, Cursor cursor) { in changeCursor() method in CompositeCursorAdapter
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |