Searched refs:mModelRadioButtons (Results 1 – 1 of 1) sorted by relevance
65 private List<RadioButton> mModelRadioButtons; field in SoundTriggerTestActivity96 mModelRadioButtons = new LinkedList(); in onCreate()124 mModelRadioButtons.add(button); in addModel()136 Collections.sort(mModelRadioButtons, new Comparator<RadioButton>(){ in addModel()143 for (View v : mModelRadioButtons) { in addModel()