Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/
DWifiUtils.java55 private static Boolean sCanShowWifiHotspotCached; field in WifiUtils
296 if (sCanShowWifiHotspotCached == null) { in canShowWifiHotspot()
297 sCanShowWifiHotspotCached = checkShowWifiHotspot(context); in canShowWifiHotspot()
299 return sCanShowWifiHotspotCached; in canShowWifiHotspot()
309 sCanShowWifiHotspotCached = cached; in setCanShowWifiHotspotCached()