Searched refs:mRadioButton (Results 1 - 4 of 4) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListFilterView.java42 private RadioButton mRadioButton; field in class:ContactListFilterView
69 if (mRadioButton != null) {
70 mRadioButton.setChecked(activated);
84 mRadioButton = (RadioButton) findViewById(R.id.radioButton);
85 mRadioButton.setChecked(isActivated());
/packages/apps/Settings/src/com/android/settings/tts/
H A DTtsEnginePreference.java86 private RadioButton mRadioButton; field in class:TtsEnginePreference
131 mRadioButton = rb;
169 mSettingsIcon.setEnabled(mRadioButton.isChecked());
178 // case mSettingsIcon && mRadioButton will be null. In this case
180 if (mSettingsIcon != null && mRadioButton != null) {
181 if (mRadioButton.isChecked()) {
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DSingleSpellCheckerPreference.java53 private RadioButton mRadioButton; field in class:SingleSpellCheckerPreference
82 mRadioButton = (RadioButton)view.findViewById(R.id.pref_radio);
122 mRadioButton.setChecked(selected);
/packages/apps/KeyChain/src/com/android/keychain/
H A DKeyChainActivity.java292 holder.mRadioButton = (RadioButton) view.findViewById(R.id.cert_item_selected);
312 holder.mRadioButton.setChecked(adapterPosition == adapterCheckedItemPosition);
353 RadioButton mRadioButton; field in class:KeyChainActivity.ViewHolder

Completed in 84 milliseconds