Searched refs:sCanShowWifiHotspotCached (Results 1 – 1 of 1) sorted by relevance
55 private static Boolean sCanShowWifiHotspotCached; field in WifiUtils296 if (sCanShowWifiHotspotCached == null) { in canShowWifiHotspot()297 sCanShowWifiHotspotCached = checkShowWifiHotspot(context); in canShowWifiHotspot()299 return sCanShowWifiHotspotCached; in canShowWifiHotspot()309 sCanShowWifiHotspotCached = cached; in setCanShowWifiHotspotCached()