Searched refs:currState (Results 1 – 1 of 1) sorted by relevance
3042 Boolean currState = null; in testScanAlwaysAvailable() local3045 currState = mWifiManager.isScanAlwaysAvailable(); in testScanAlwaysAvailable()3046 boolean newState = !currState; in testScanAlwaysAvailable()3054 if (currState != null) mWifiManager.setScanAlwaysAvailable(currState); in testScanAlwaysAvailable()3069 Boolean currState = null; in testScanThrottleEnabled() local3072 currState = mWifiManager.isScanThrottleEnabled(); in testScanThrottleEnabled()3073 boolean newState = !currState; in testScanThrottleEnabled()3081 if (currState != null) mWifiManager.setScanThrottleEnabled(currState); in testScanThrottleEnabled()3096 Boolean currState = null; in testAutoWakeUpEnabled() local3099 currState = mWifiManager.isAutoWakeupEnabled(); in testAutoWakeUpEnabled()[all …]