Searched refs:mAllowButton (Results 1 – 3 of 3) sorted by relevance
117 private @NonNull RadioButton mAllowButton; field in AppPermissionFragment278 mAllowButton = root.requireViewById(R.id.allow_radio_button); in onCreateView()300 mAllowButton.setVisibility(View.GONE); in onCreateView()481 setButtonState(mAllowButton, states.get(ButtonType.ALLOW)); in setRadioButtonsState()490 mAllowButton.setText(R.string.app_permission_button_always_allow_all); in setRadioButtonsState()492 mAllowButton.setText(R.string.app_permission_button_allow); in setRadioButtonsState()515 if (!mAllowButton.isEnabled()) { in allowButtonFrameClickListener()518 mAllowButton.setChecked(true); in allowButtonFrameClickListener()558 if (mAllowButton == null || !mIsStorageGroup) { in setSpecialStorageState()572 mAllowButton.setText(R.string.app_permission_button_allow_all_files); in setSpecialStorageState()
95 private @NonNull RadioButtonPreference mAllowButton; field in AppPermissionFragment237 mAllowButton = new RadioButtonPreference(context, R.string.app_permission_button_allow); in createPreferences()249 mAllowButton, in createPreferences()284 mAllowButton.setOnPreferenceClickListener((v) -> { in setRadioButtonsState()335 setButtonState(mAllowButton, states.get(ButtonType.ALLOW)); in setRadioButtonsState()391 if (mAllowButton == null || !mIsStorageGroup) { in setSpecialStorageState()400 mAllowButton.setTitle(R.string.app_permission_button_allow_all_files); in setSpecialStorageState()
56 private Button mAllowButton; field in GrantPermissionsViewHandlerImpl86 mAllowButton = (Button) mRootView.findViewById(R.id.permission_allow_button); in createView()96 mAllowButton.setOnClickListener(this); in createView()164 mAllowButton.setVisibility( in updateUi()