Searched refs:mWifiSummaryText (Results 1 – 2 of 2) sorted by relevance
137 final TextView mWifiSummaryText; field in InternetAdapter.InternetViewHolder156 mWifiSummaryText = view.requireViewById(R.id.wifi_summary); in InternetViewHolder()233 mWifiSummaryText.setVisibility(View.GONE); in setWifiNetworkLayout()236 mWifiSummaryText.setVisibility(View.VISIBLE); in setWifiNetworkLayout()237 mWifiSummaryText.setText(summary); in setWifiNetworkLayout()
108 assertThat(mViewHolder.mWifiSummaryText.getVisibility()).isEqualTo(View.VISIBLE); in onBindViewHolder_bindWithOpenWifiNetwork_verifyView()119 assertThat(mViewHolder.mWifiSummaryText.getVisibility()).isEqualTo(View.VISIBLE); in onBindViewHolder_bindWithSecurityWifiNetwork_verifyView()