Searched refs:mAllowLimitedButton (Results 1 – 1 of 1) sorted by relevance
122 private @NonNull RadioButton mAllowLimitedButton; field in AppPermissionFragment283 mAllowLimitedButton = root.requireViewById(R.id.select_radio_button); in onCreateView()438 mAllowLimitedButton.setOnClickListener((v) -> { in setRadioButtonsState()488 setButtonState(mAllowLimitedButton, states.get(ButtonType.SELECT_PHOTOS)); in setRadioButtonsState()489 if (mAllowLimitedButton.getVisibility() == View.VISIBLE) { in setRadioButtonsState()536 if (button == mAllowLimitedButton) { in setButtonState()