Home | History | Annotate | Download | only in speechrecorder

Lines Matching refs:RadioButton

29 import android.widget.RadioButton;
52 private RadioButton m8KHz;
53 private RadioButton m11KHz;
54 private RadioButton mCall;
55 private RadioButton mDialNanp;
56 private RadioButton mDialPairs;
77 m8KHz = (RadioButton)findViewById(R.id.codec8KHzRadioButton);
78 m11KHz = (RadioButton)findViewById(R.id.codec11KHzRadioButton);
79 mCall = (RadioButton)findViewById(R.id.callRadioButton);
80 mDialNanp = (RadioButton)findViewById(R.id.dialNanpRadioButton);
81 mDialPairs = (RadioButton)findViewById(R.id.dialPairsRadioButton);