Searched refs:mAllowAlwaysButton (Results 1 – 3 of 3) sorted by relevance
57 private Button mAllowAlwaysButton; field in GrantPermissionsViewHandlerImpl87 mAllowAlwaysButton = (Button) mRootView.findViewById(R.id.permission_allow_always_button); in createView()97 mAllowAlwaysButton.setOnClickListener(this); in createView()166 mAllowAlwaysButton.setVisibility( in updateUi()
96 private @NonNull RadioButtonPreference mAllowAlwaysButton; field in AppPermissionFragment238 mAllowAlwaysButton = in createPreferences()250 mAllowAlwaysButton, in createPreferences()290 mAllowAlwaysButton.setOnPreferenceClickListener((v) -> { in setRadioButtonsState()336 setButtonState(mAllowAlwaysButton, states.get(ButtonType.ALLOW_ALWAYS)); in setRadioButtonsState()395 mAllowAlwaysButton.setTitle(R.string.app_permission_button_allow_all_files); in setSpecialStorageState()
118 private @NonNull RadioButton mAllowAlwaysButton; field in AppPermissionFragment279 mAllowAlwaysButton = root.requireViewById(R.id.allow_always_radio_button); in onCreateView()301 mAllowAlwaysButton.setVisibility(View.GONE); in onCreateView()410 mAllowAlwaysButton.setOnClickListener((v) -> { in setRadioButtonsState()482 setButtonState(mAllowAlwaysButton, states.get(ButtonType.ALLOW_ALWAYS)); in setRadioButtonsState()563 mAllowAlwaysButton.setText(R.string.app_permission_button_allow_all_files); in setSpecialStorageState()