Searched refs:disconnectFromWifi (Results 1 – 6 of 6) sorted by relevance
110 if (!device.disconnectFromWifi()) { in tearDown()
496 public boolean disconnectFromWifi() throws DeviceNotAvailableException; in disconnectFromWifi() method
483 boolean result = device.disconnectFromWifi(); in tearDown()
1176 EasyMock.expect(mMockDevice.disconnectFromWifi()).andReturn(Boolean.TRUE); in testTearDown_disconnectFromWifi()
876 assertTrue(mTestDevice.disconnectFromWifi()); in testDisconnectFromWifi()
2780 public boolean disconnectFromWifi() throws DeviceNotAvailableException { in disconnectFromWifi() method in NativeDevice