Searched refs:removeAccountButton (Results 1 – 4 of 4) sorted by relevance
103 Button removeAccountButton = mFragment.requireActivity().findViewById(R.id.action_button1); in cannotModifyUsers_removeAccountButtonShouldNotBeVisible() local104 assertThat(removeAccountButton.getVisibility()).isEqualTo(View.GONE); in cannotModifyUsers_removeAccountButtonShouldNotBeVisible()112 Button removeAccountButton = mFragment.requireActivity().findViewById(R.id.action_button1); in canModifyUsers_removeAccountButtonShouldBeVisible() local113 assertThat(removeAccountButton.getVisibility()).isEqualTo(View.VISIBLE); in canModifyUsers_removeAccountButtonShouldBeVisible()121 Button removeAccountButton = mFragment.requireActivity().findViewById(R.id.action_button1); in onRemoveAccountButtonClicked_canModifyUsers_shouldShowConfirmRemoveAccountDialog() local122 removeAccountButton.performClick(); in onRemoveAccountButtonClicked_canModifyUsers_shouldShowConfirmRemoveAccountDialog()
123 Button removeAccountButton = requireActivity().findViewById(R.id.action_button1); in onActivityCreated() local125 removeAccountButton.setText(R.string.remove_button); in onActivityCreated()126 removeAccountButton.setOnClickListener(v -> onRemoveAccountClicked()); in onActivityCreated()128 removeAccountButton.setVisibility(View.GONE); in onActivityCreated()
69 Button removeAccountButton = (Button) removeAccountPreference.findViewById(R.id.button); in displayPreference() local70 removeAccountButton.setOnClickListener(this); in displayPreference()
70 Button removeAccountButton = (Button) removeAccountPreference.findViewById(R.id.button); in displayPreference() local71 removeAccountButton.setOnClickListener(this); in displayPreference()