Searched refs:mConfigUi (Results 1 – 1 of 1) sorted by relevance
70 private final WifiConfigUiBase mConfigUi; field in WifiConfigController145 mConfigUi = parent; in WifiConfigController()155 final Context context = mConfigUi.getContext(); in WifiConfigController()164 mConfigUi.setTitle(R.string.wifi_add_network); in WifiConfigController()188 mConfigUi.setSubmitButton(context.getString(R.string.wifi_save)); in WifiConfigController()190 mConfigUi.setTitle(mAccessPoint.ssid); in WifiConfigController()196 addRow(group, R.string.wifi_status, Summary.get(mConfigUi.getContext(), state)); in WifiConfigController()248 mConfigUi.setSubmitButton(context.getString(R.string.wifi_save)); in WifiConfigController()251 mConfigUi.setSubmitButton(context.getString(R.string.wifi_connect)); in WifiConfigController()256 mConfigUi.setForgetButton(context.getString(R.string.wifi_forget)); in WifiConfigController()[all …]