Searched refs:mDenyForegroundButton (Results 1 – 2 of 2) sorted by relevance
101 private @NonNull RadioButtonPreference mDenyForegroundButton; field in AppPermissionFragment245 mDenyForegroundButton = in createPreferences()255 mDenyForegroundButton}) { in createPreferences()328 mDenyForegroundButton.setOnPreferenceClickListener((v) -> { in setRadioButtonsState()341 setButtonState(mDenyForegroundButton, states.get(ButtonType.DENY_FOREGROUND)); in setRadioButtonsState()
124 private @NonNull RadioButton mDenyForegroundButton; field in AppPermissionFragment285 mDenyForegroundButton = root.requireViewById(R.id.deny_foreground_radio_button); in onCreateView()306 mDenyForegroundButton.setVisibility(View.GONE); in onCreateView()460 mDenyForegroundButton.setOnClickListener((v) -> { in setRadioButtonsState()487 setButtonState(mDenyForegroundButton, states.get(ButtonType.DENY_FOREGROUND)); in setRadioButtonsState()