Searched refs:mAllowForegroundButton (Results 1 – 2 of 2) sorted by relevance
95 private @NonNull RadioButtonPreference mAllowForegroundButton; field in AppPermissionFragment229 mAllowForegroundButton = in createPreferences()240 mAllowForegroundButton, in createPreferences()286 mAllowForegroundButton.setOnPreferenceClickListener((v) -> { in setRadioButtonsState()322 setButtonState(mAllowForegroundButton, states.get(ButtonType.ALLOW_FOREGROUND)); in setRadioButtonsState()
105 private @NonNull RadioButton mAllowForegroundButton; field in AppPermissionFragment230 mAllowForegroundButton = root.requireViewById(R.id.allow_foreground_only_radio_button); in onCreateView()248 mAllowForegroundButton.setVisibility(View.GONE); in onCreateView()342 mAllowForegroundButton.setOnClickListener((v) -> { in setRadioButtonsState()393 setButtonState(mAllowForegroundButton, states.get(ButtonType.ALLOW_FOREGROUND)); in setRadioButtonsState()442 mAllowForegroundButton.setText(R.string.app_permission_button_allow_media_only); in setSpecialStorageState()