Searched refs:mButtonRight (Results 1 – 4 of 4) sorted by relevance
54 private Button mButtonRight; field in WifiDppAddDeviceFragment94 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 …]
44 private Button mButtonRight; field in WifiDppChooseSavedWifiNetworkFragment107 mButtonRight = view.findViewById(R.id.button_right); in onViewCreated()108 mButtonRight.setVisibility(View.GONE); in onViewCreated()