Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/tether/
DWifiHotspotSpeedViewModel.java52 static final int RES_SUMMARY_UNAVAILABLE = R.string.wifi_hotspot_speed_summary_unavailable; field in WifiHotspotSpeedViewModel
90 .getString(available ? RES_SPEED_6G_SUMMARY : RES_SUMMARY_UNAVAILABLE); in on6gAvailableChanged()
98 .getString(available ? RES_SPEED_5G_SUMMARY : RES_SUMMARY_UNAVAILABLE); in on5gAvailableChanged()
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/tether/
DWifiHotspotSpeedViewModelTest.java25 import static com.android.settings.wifi.tether.WifiHotspotSpeedViewModel.RES_SUMMARY_UNAVAILABLE;
149 assertThat(speedInfo.mSummary).isEqualTo(mContext.getString(RES_SUMMARY_UNAVAILABLE)); in on6gAvailableChanged_notAvailable_setLiveData6gDisabled()
175 assertThat(speedInfo.mSummary).isEqualTo(mContext.getString(RES_SUMMARY_UNAVAILABLE)); in on5gAvailableChanged_notAvailable_setLiveData5gDisabled()