Searched refs:disconnectFromWifi (Results 1 – 7 of 7) sorted by relevance
107 if (!device.disconnectFromWifi()) { in tearDown()
473 boolean result = device.disconnectFromWifi(); in tearDown()
278 public boolean disconnectFromWifi() throws DeviceNotAvailableException; in disconnectFromWifi() method
2469 public boolean disconnectFromWifi() throws DeviceNotAvailableException { in disconnectFromWifi() method in NativeDevice
501 device.disconnectFromWifi(); in connectToWifi()
1096 EasyMock.expect(mMockDevice.disconnectFromWifi()).andReturn(Boolean.TRUE); in testTearDown_disconnectFromWifi()
820 assertTrue(mTestDevice.disconnectFromWifi()); in testDisconnectFromWifi()