Searched refs:mDenyForegroundButton (Results 1 – 2 of 2) sorted by relevance
99 private @NonNull RadioButtonPreference mDenyForegroundButton; field in AppPermissionFragment234 mDenyForegroundButton = in createPreferences()244 mDenyForegroundButton}) { in createPreferences()313 mDenyForegroundButton.setOnPreferenceClickListener((v) -> { in setRadioButtonsState()326 setButtonState(mDenyForegroundButton, states.get(ButtonType.DENY_FOREGROUND)); in setRadioButtonsState()
109 private @NonNull RadioButton mDenyForegroundButton; field in AppPermissionFragment234 mDenyForegroundButton = root.requireViewById(R.id.deny_foreground_radio_button); in onCreateView()252 mDenyForegroundButton.setVisibility(View.GONE); in onCreateView()370 mDenyForegroundButton.setOnClickListener((v) -> { in setRadioButtonsState()397 setButtonState(mDenyForegroundButton, states.get(ButtonType.DENY_FOREGROUND)); in setRadioButtonsState()