Searched refs:getWifiEnabledState (Results 1 – 7 of 7) sorted by relevance
124 int getWifiEnabledState(); in getWifiEnabledState() method
3650 return mService.getWifiEnabledState(); in getWifiState()
407 boolean isTemporarilyEnablingWifiNeeded = mWifiService.getWifiEnabledState() in onCommand()1411 int state = mWifiService.getWifiEnabledState(); in waitForWifiEnabled()1446 boolean wifiEnabled = mWifiService.getWifiEnabledState() == WIFI_STATE_ENABLED; in printStatus()
260 public int getWifiEnabledState() { in getWifiEnabledState() method in BaseWifiService
1006 public int getWifiEnabledState() { in getWifiEnabledState() method in WifiServiceImpl
704 when(mWifiService.getWifiEnabledState()).thenReturn(WIFI_STATE_ENABLED); in testStatus()710 verify(mWifiService).getWifiEnabledState(); in testStatus()
875 Landroid/net/wifi/IWifiManager$Stub$Proxy;->getWifiEnabledState()I1003 Landroid/net/wifi/IWifiManager;->getWifiEnabledState()I