Searched refs:mAllowForegroundButton (Results 1 – 2 of 2) sorted by relevance
97 private @NonNull RadioButtonPreference mAllowForegroundButton; field in AppPermissionFragment240 mAllowForegroundButton = in createPreferences()251 mAllowForegroundButton, in createPreferences()301 mAllowForegroundButton.setOnPreferenceClickListener((v) -> { in setRadioButtonsState()337 setButtonState(mAllowForegroundButton, states.get(ButtonType.ALLOW_FOREGROUND)); in setRadioButtonsState()396 mAllowForegroundButton.setTitle(R.string.app_permission_button_allow_media_only); in setSpecialStorageState()
119 private @NonNull RadioButton mAllowForegroundButton; field in AppPermissionFragment280 mAllowForegroundButton = root.requireViewById(R.id.allow_foreground_only_radio_button); in onCreateView()302 mAllowForegroundButton.setVisibility(View.GONE); in onCreateView()420 mAllowForegroundButton.setOnClickListener((v) -> { in setRadioButtonsState()483 setButtonState(mAllowForegroundButton, states.get(ButtonType.ALLOW_FOREGROUND)); in setRadioButtonsState()564 mAllowForegroundButton.setText(R.string.app_permission_button_allow_media_only); in setSpecialStorageState()