Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/tether/
DWifiHotspotSpeedSettings.java107 SelectorWithWidgetPreference radioButton = entry.getValue(); in onSpeedInfoMapDataChanged() local
108 if (radioButton == null) { in onSpeedInfoMapDataChanged()
112 radioButton.setVisible(false); in onSpeedInfoMapDataChanged()
115 radioButton.setEnabled(speedInfo.mIsEnabled); in onSpeedInfoMapDataChanged()
116 radioButton.setChecked(speedInfo.mIsChecked); in onSpeedInfoMapDataChanged()
118 radioButton.setSummary(speedInfo.mSummary); in onSpeedInfoMapDataChanged()
121 radioButton.setVisible(true); in onSpeedInfoMapDataChanged()
/packages/apps/Settings/src/com/android/settings/nfc/
DNfcPaymentPreferenceController.java218 holder.radioButton = convertView.findViewById(R.id.button); in getView()
228 holder.radioButton.setOnCheckedChangeListener(null); in getView()
229 holder.radioButton.setChecked(appInfo.isDefault); in getView()
230 holder.radioButton.setContentDescription(appInfo.label + " (" + um.getUserName() + ")"); in getView()
231 holder.radioButton.setOnCheckedChangeListener(this); in getView()
232 holder.radioButton.setTag(appInfo); in getView()
233 holder.radioButton.setText(appInfo.label + " (" + um.getUserName() + ")"); in getView()
238 public RadioButton radioButton; field in NfcPaymentPreferenceController.NfcPaymentAdapter.ViewHolder
/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DBaseBluetoothDialogPreference.java90 RadioButton radioButton; in onBindDialogView() local
92 radioButton = view.findViewById(mRadioButtonIds.get(i)); in onBindDialogView()
93 if (radioButton == null) { in onBindDialogView()
97 radioButton.setText(mRadioButtonStrings.get(i)); in onBindDialogView()
98 radioButton.setEnabled(selectableIndex.contains(i)); in onBindDialogView()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/exportimport/
DDocumentProvidersViewBinder.kt119 val radioButton = in <lambda>() constant
122 radioButton.text = roots[i].summary in <lambda>()
123 radioButton.id = i in <lambda>()
125 radioButton.isChecked = true in <lambda>()
127 radioGroup.addView(radioButton) in <lambda>()
/packages/apps/Settings/src/com/android/settings/accessibility/
DColorSelectorLayout.java87 RadioButton radioButton = findViewById(resId); in init() local
88 if (radioButton != null) { in init()
89 radioButton.setOnCheckedChangeListener(mChildOnCheckedChangeListener); in init()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/auto/
DAutoRadioPreference.java56 RadioButton radioButton = (RadioButton) holder.findViewById(R.id.radio_button); in onBindViewHolder() local
57 radioButton.setChecked(isChecked()); in onBindViewHolder()
/packages/apps/Settings/src/com/android/settings/inputmethod/
DKeyboardLayoutDialogFragment.java282 RadioButton radioButton = in inflateTwoLine() local
286 radioButton.setChecked(checked); in inflateTwoLine()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactListFilterView.java90 mRadioButton = (RadioButton) findViewById(R.id.radioButton); in bindView()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/auto/
DAutoAppPermissionFragment.java550 RadioButton radioButton = (RadioButton) holder.findViewById(R.id.radio_button); in onBindViewHolder() local
551 radioButton.setChecked(isChecked()); in onBindViewHolder()