Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
H A DSoundTriggerTestActivity.java65 private List<RadioButton> mModelRadioButtons; field in SoundTriggerTestActivity
96 mModelRadioButtons = new LinkedList(); in onCreate()
119 mModelRadioButtons.add(button); in addModel()
131 Collections.sort(mModelRadioButtons, new Comparator<RadioButton>(){ in addModel()
138 for (View v : mModelRadioButtons) { in addModel()