Searched refs:MyGroup (Results 1 – 3 of 3) sorted by relevance
29 import android.widget.cts.util.ExpandableListScenario.MyGroup;111 List<MyGroup> groups = mActivity.getGroups(); in testExpandedGroupMovement()112 MyGroup insertedGroup = new MyGroup(1); in testExpandedGroupMovement()
37 mGroups.add(0, new MyGroup(2)); in onCreateOptionsMenu()
43 protected List<MyGroup> mGroups;70 mGroups = new ArrayList<MyGroup>(numChildren.length); in readAndValidateParams()72 mGroups.add(new MyGroup(numChildren[i])); in readAndValidateParams()291 public List<MyGroup> getGroups() { in getGroups()350 public static class MyGroup { class in ExpandableListScenario357 public MyGroup(int numChildren) { in MyGroup() method in ExpandableListScenario.MyGroup