Searched refs:mWifiState (Results 1 – 6 of 6) sorted by relevance
54 private int mWifiState = WIFI_STATE_DISABLED; field in WifiStateWorker68 mWifiState = mWifiManager.getWifiState(); in WifiStateWorker()69 Log.i(TAG, "WifiManager.getWifiState():" + mWifiState); in WifiStateWorker()83 mWifiState = (enabled) ? WIFI_STATE_ENABLING : WIFI_STATE_DISABLING; in setWifiEnabled()99 return mWifiState; in getWifiState()110 return (mWifiState == WIFI_STATE_ENABLED || mWifiState == WIFI_STATE_ENABLING); in isWifiEnabled()121 mWifiState = wifiState; in onReceive()
45 int mWifiState; field in WifiClientTest57 mWifiState = intent.getIntExtra(WifiManager.EXTRA_WIFI_STATE, in onReceive()59 switch (mWifiState) { in onReceive()
72 private int mWifiState; field in ConnectionUtil202 mWifiState = intent.getIntExtra(WifiManager.EXTRA_WIFI_STATE, in onReceive()494 if (mWifiState != expectedState) { in waitForWifiState()507 if (mWifiState != expectedState) { in waitForWifiState()508 Log.v(LOG_TAG, "Wifi state is: " + mWifiState); in waitForWifiState()
97 private int mWifiState = WifiManager.WIFI_STATE_DISABLED; field in BaseWifiTracker134 mWifiState = intent.getIntExtra(136 mScanner.onWifiStateChanged(mWifiState == WifiManager.WIFI_STATE_ENABLED);491 return mWifiState;
1495 int mWifiState = -1; field in BatteryStatsImpl6992 if (mWifiState != wifiState) { in noteWifiStateLocked()6993 if (mWifiState >= 0) { in noteWifiStateLocked()6994 mWifiStateTimer[mWifiState].stopRunningLocked(elapsedRealtimeMs); in noteWifiStateLocked()6996 mWifiState = wifiState; in noteWifiStateLocked()
73851 Lcom/android/internal/os/BatteryStatsImpl;->mWifiState:I