Home
last modified time | relevance | path

Searched refs:getCombinedGroupId (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DBaseExpandableListAdapterTest.java67 long groupID = adapter.getCombinedGroupId(10); in testGetCombinedId()
73 groupID = adapter.getCombinedGroupId(0); in testGetCombinedId()
DExpandableListViewTest.java639 public long getCombinedGroupId(long groupId) { in getCombinedGroupId() method in ExpandableListViewTest.MockExpandableListAdapter