Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DBaseExpandableListAdapterTest.java66 long childID = adapter.getCombinedChildId(10, 100); in testGetCombinedId()
72 childID = adapter.getCombinedChildId(0, 0); in testGetCombinedId()
DExpandableListViewTest.java635 public long getCombinedChildId(long groupId, long childId) { in getCombinedChildId() method in ExpandableListViewTest.MockExpandableListAdapter