Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DExpandableListView_ExpandableListContextMenuInfoTest.java44 ExpandableListContextMenuInfo expandableListContextMenuInfo = in testConstructor() local
46 assertNotNull(expandableListContextMenuInfo); in testConstructor()
47 assertSame(listview, expandableListContextMenuInfo.targetView); in testConstructor()
48 assertEquals(100L, expandableListContextMenuInfo.packedPosition); in testConstructor()
49 assertEquals(80L, expandableListContextMenuInfo.id); in testConstructor()