Home
last modified time | relevance | path

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

/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/television/
H A DAppPermissionFragment.java95 private @NonNull RadioButtonPreference mAllowForegroundButton; field in AppPermissionFragment
229 mAllowForegroundButton = in createPreferences()
240 mAllowForegroundButton, in createPreferences()
286 mAllowForegroundButton.setOnPreferenceClickListener((v) -> { in setRadioButtonsState()
322 setButtonState(mAllowForegroundButton, states.get(ButtonType.ALLOW_FOREGROUND)); in setRadioButtonsState()
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/
H A DAppPermissionFragment.java105 private @NonNull RadioButton mAllowForegroundButton; field in AppPermissionFragment
230 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()