Searched refs:isWifiEnabled (Results 1 – 10 of 10) sorted by relevance
65 if (!device.isWifiEnabled()) { in setUp()109 if (mWifiNetwork != null && mDisconnectWifiAfterTest && device.isWifiEnabled()) { in tearDown()
232 if (!mWifiManager.isWifiEnabled()) { in connectToNetwork()243 return mWifiManager.isWifiEnabled(); in connectToNetwork()329 if (mWifiManager.isWifiEnabled()) { in disconnectFromNetwork()
213 result.putBoolean("result", wifiManager.isWifiEnabled()); in onStart()
155 boolean isWifiEnabled() throws DeviceNotAvailableException; in isWifiEnabled() method
2729 public boolean isWifiEnabled() throws DeviceNotAvailableException { in isWifiEnabled() method in NativeDevice2732 return wifi.isWifiEnabled(); in isWifiEnabled()2753 boolean test = wifi.isWifiEnabled(); in checkWifiConnection()
508 public boolean isWifiEnabled() throws DeviceNotAvailableException; in isWifiEnabled() method
832 EasyMock.expect(mMockWifi.isWifiEnabled()).andReturn(true); in testCheckWifiConnection()845 EasyMock.expect(mMockWifi.isWifiEnabled()).andReturn(false); in testCheckWifiConnection_failure()854 EasyMock.expect(mMockWifi.isWifiEnabled()).andReturn(true); in testIsWifiEnabled()856 assertTrue(mTestDevice.isWifiEnabled()); in testIsWifiEnabled()865 EasyMock.expect(mMockWifi.isWifiEnabled()).andThrow(new RuntimeException()); in testIsWifiEnabled_exception()867 assertFalse(mTestDevice.isWifiEnabled()); in testIsWifiEnabled_exception()
482 if (mDisconnectWifiAfterTest && wifiSet && device.isWifiEnabled()) { in tearDown()
1175 EasyMock.expect(mMockDevice.isWifiEnabled()).andReturn(Boolean.TRUE); in testTearDown_disconnectFromWifi()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...