Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiDppAddDeviceFragment.java54 private Button mButtonRight; field in WifiDppAddDeviceFragment
94 mButtonRight.setText(R.string.done); in showSuccessUi()
95 mButtonRight.setOnClickListener(v -> { in showSuccessUi()
103 changeFocusAndAnnounceChange(mButtonRight, mTitle); in showSuccessUi()
166 mButtonRight.setText(R.string.retry); in showErrorUi()
168 mButtonRight.setText(R.string.done); in showErrorUi()
169 mButtonRight.setOnClickListener(v -> getActivity().finish()); in showErrorUi()
178 mButtonRight.setVisibility(isGoingInitiator() ? View.INVISIBLE : View.VISIBLE); in showErrorUi()
182 changeFocusAndAnnounceChange(mButtonRight, mSummary); in showErrorUi()
277 mButtonRight = view.findViewById(R.id.button_right); in onViewCreated()
[all …]
DWifiDppChooseSavedWifiNetworkFragment.java44 private Button mButtonRight; field in WifiDppChooseSavedWifiNetworkFragment
107 mButtonRight = view.findViewById(R.id.button_right); in onViewCreated()
108 mButtonRight.setVisibility(View.GONE); in onViewCreated()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/dpp/
DWifiDppAddDeviceFragment.java54 private Button mButtonRight; field in WifiDppAddDeviceFragment
94 mButtonRight.setText(R.string.done); in showSuccessUi()
95 mButtonRight.setOnClickListener(v -> { in showSuccessUi()
103 changeFocusAndAnnounceChange(mButtonRight, mTitle); in showSuccessUi()
166 mButtonRight.setText(R.string.retry); in showErrorUi()
168 mButtonRight.setText(R.string.done); in showErrorUi()
169 mButtonRight.setOnClickListener(v -> getActivity().finish()); in showErrorUi()
178 mButtonRight.setVisibility(isGoingInitiator() ? View.INVISIBLE : View.VISIBLE); in showErrorUi()
182 changeFocusAndAnnounceChange(mButtonRight, mSummary); in showErrorUi()
277 mButtonRight = view.findViewById(R.id.button_right); in onViewCreated()
[all …]
DWifiDppChooseSavedWifiNetworkFragment.java44 private Button mButtonRight; field in WifiDppChooseSavedWifiNetworkFragment
107 mButtonRight = view.findViewById(R.id.button_right); in onViewCreated()
108 mButtonRight.setVisibility(View.GONE); in onViewCreated()