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

/packages/apps/Settings/src/com/android/settings/nfc/
H A DNfcPaymentPreference.java169 holder.radioButton = (RadioButton) convertView.findViewById(R.id.button);
180 holder.radioButton.setOnCheckedChangeListener(null);
181 holder.radioButton.setChecked(appInfo.isDefault);
182 holder.radioButton.setContentDescription(appInfo.label);
183 holder.radioButton.setOnCheckedChangeListener(this);
184 holder.radioButton.setTag(appInfo);
190 public RadioButton radioButton; field in class:NfcPaymentPreference.NfcPaymentAdapter.ViewHolder
/packages/apps/Settings/src/com/android/settings/
H A DDreamSettings.java310 RadioButton radioButton = (RadioButton) row.findViewById(android.R.id.button1);
311 radioButton.setChecked(dreamInfo.isActive);
312 radioButton.setOnTouchListener(new OnTouchListener() {
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListFilterView.java84 mRadioButton = (RadioButton) findViewById(R.id.radioButton);
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DKeyboardLayoutDialogFragment.java274 RadioButton radioButton =
278 radioButton.setChecked(checked);

Completed in 318 milliseconds