Home
last modified time | relevance | path

Searched refs:mDenyForegroundButton (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/television/
H A DAppPermissionFragment.java99 private @NonNull RadioButtonPreference mDenyForegroundButton; field in AppPermissionFragment
234 mDenyForegroundButton = in createPreferences()
244 mDenyForegroundButton}) { in createPreferences()
313 mDenyForegroundButton.setOnPreferenceClickListener((v) -> { in setRadioButtonsState()
326 setButtonState(mDenyForegroundButton, states.get(ButtonType.DENY_FOREGROUND)); in setRadioButtonsState()
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/
H A DAppPermissionFragment.java109 private @NonNull RadioButton mDenyForegroundButton; field in AppPermissionFragment
234 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()