Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/tether/
DWifiTetherViewModel.java56 static final int RES_INSTANT_HOTSPOT_SUMMARY_OFF = R.string.wifi_hotspot_instant_summary_off; field in WifiTetherViewModel
227 enabled ? RES_INSTANT_HOTSPOT_SUMMARY_ON : RES_INSTANT_HOTSPOT_SUMMARY_OFF); in getInstantHotspotSummary()
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/tether/
DWifiTetherViewModelTest.java19 import static com.android.settings.wifi.tether.WifiTetherViewModel.RES_INSTANT_HOTSPOT_SUMMARY_OFF;
214 .setValue(mApplication.getString(RES_INSTANT_HOTSPOT_SUMMARY_OFF)); in onInstantHotspotStateChanged_stateNotEnabled_recordVisibleSummaryOff()