Home
last modified time | relevance | path

Searched refs:removeAccountButton (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/accounts/
DAccountDetailsFragmentTest.java103 Button removeAccountButton = mFragment.requireActivity().findViewById(R.id.action_button1); in cannotModifyUsers_removeAccountButtonShouldNotBeVisible() local
104 assertThat(removeAccountButton.getVisibility()).isEqualTo(View.GONE); in cannotModifyUsers_removeAccountButtonShouldNotBeVisible()
112 Button removeAccountButton = mFragment.requireActivity().findViewById(R.id.action_button1); in canModifyUsers_removeAccountButtonShouldBeVisible() local
113 assertThat(removeAccountButton.getVisibility()).isEqualTo(View.VISIBLE); in canModifyUsers_removeAccountButtonShouldBeVisible()
121 Button removeAccountButton = mFragment.requireActivity().findViewById(R.id.action_button1); in onRemoveAccountButtonClicked_canModifyUsers_shouldShowConfirmRemoveAccountDialog() local
122 removeAccountButton.performClick(); in onRemoveAccountButtonClicked_canModifyUsers_shouldShowConfirmRemoveAccountDialog()
/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
DAccountDetailsFragment.java123 Button removeAccountButton = requireActivity().findViewById(R.id.action_button1); in onActivityCreated() local
125 removeAccountButton.setText(R.string.remove_button); in onActivityCreated()
126 removeAccountButton.setOnClickListener(v -> onRemoveAccountClicked()); in onActivityCreated()
128 removeAccountButton.setVisibility(View.GONE); in onActivityCreated()
/packages/apps/Settings/src/com/android/settings/accounts/
DRemoveAccountPreferenceController.java69 Button removeAccountButton = (Button) removeAccountPreference.findViewById(R.id.button); in displayPreference() local
70 removeAccountButton.setOnClickListener(this); in displayPreference()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accounts/
DRemoveAccountPreferenceController.java70 Button removeAccountButton = (Button) removeAccountPreference.findViewById(R.id.button); in displayPreference() local
71 removeAccountButton.setOnClickListener(this); in displayPreference()