Home
last modified time | relevance | path

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

/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
DSoundTriggerTestActivity.java65 private List<RadioButton> mModelRadioButtons; field in SoundTriggerTestActivity
96 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()