Searched refs:expandableAdapter (Results 1 – 1 of 1) sorted by relevance
156 ExpandableListAdapter expandableAdapter = new MockExpandableListAdapter(); in testGetAdapter() local157 mExpandableListView.setAdapter(expandableAdapter); in testGetAdapter()164 ExpandableListAdapter expandableAdapter = new MockExpandableListAdapter(); in testAccessExpandableListAdapter() local167 mExpandableListView.setAdapter(expandableAdapter); in testAccessExpandableListAdapter()168 assertSame(expandableAdapter, mExpandableListView.getExpandableListAdapter()); in testAccessExpandableListAdapter()198 ExpandableListAdapter expandableAdapter = new MockExpandableListAdapter(); in testOnInitializeAccessibilityNodeInfoForItem() local199 mExpandableListView.setAdapter(expandableAdapter); in testOnInitializeAccessibilityNodeInfoForItem()239 ExpandableListAdapter expandableAdapter = new MockExpandableListAdapter(); in testExpandGroup() local240 mExpandableListView.setAdapter(expandableAdapter); in testExpandGroup()323 ExpandableListAdapter expandableAdapter = new MockExpandableListAdapter(); in testCollapseGroup() local[all …]