Searched refs:wifiRegexs (Results 1 – 1 of 1) sorted by relevance
71 final String[] wifiRegexs = mCm.getTetherableWifiRegexs(); in shouldShow() local72 return wifiRegexs != null && wifiRegexs.length != 0 && !Utils.isMonkeyRunning() in shouldShow()