Searched refs:RestrictedRadioButton (Results 1 – 3 of 3) sorted by relevance
30 public class RestrictedRadioButton extends RadioButton { class35 public RestrictedRadioButton(Context context) { in RestrictedRadioButton() method in RestrictedRadioButton39 public RestrictedRadioButton(Context context, AttributeSet attrs) { in RestrictedRadioButton() method in RestrictedRadioButton43 public RestrictedRadioButton(Context context, AttributeSet attrs, int defStyleAttr) { in RestrictedRadioButton() method in RestrictedRadioButton47 public RestrictedRadioButton(Context context, AttributeSet attrs, int defStyleAttr, in RestrictedRadioButton() method in RestrictedRadioButton
40 import com.android.settings.RestrictedRadioButton;100 private RestrictedRadioButton mShowAllButton;101 private RestrictedRadioButton mRedactSensitiveButton;119 mShowAllButton = (RestrictedRadioButton) view.findViewById(R.id.show_all); in onViewCreated()121 (RestrictedRadioButton) view.findViewById(R.id.redact_sensitive); in onViewCreated()174 private void checkNotificationFeaturesAndSetDisabled(RestrictedRadioButton button, in checkNotificationFeaturesAndSetDisabled()
22 import com.android.settings.RestrictedRadioButton;173 return !((RestrictedRadioButton) getButton(resource)).isDisabledByAdmin(); in buttonEnabled()