Home
last modified time | relevance | path

Searched refs:mWifiApPictureView (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/dpp/
DWifiDppAddDeviceFragment.java51 private ImageView mWifiApPictureView; field in WifiDppAddDeviceFragment
90 mWifiApPictureView.setImageResource(R.drawable.wifi_dpp_success); in showSuccessUi()
163 mWifiApPictureView.setImageResource(R.drawable.wifi_dpp_error); in showErrorUi()
266 mWifiApPictureView = view.findViewById(R.id.wifi_ap_picture_view); in onViewCreated()
/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiDppAddDeviceFragment.java56 private ImageView mWifiApPictureView; field in WifiDppAddDeviceFragment
108 mWifiApPictureView.setImageResource(R.drawable.wifi_dpp_success); in showSuccessUi()
246 mWifiApPictureView.setImageResource(R.drawable.wifi_dpp_error); in showErrorUi()
342 mWifiApPictureView = view.findViewById(R.id.wifi_ap_picture_view); in onViewCreated()