Searched refs:hasValidIp (Results 1 – 4 of 4) sorted by relevance
195 boolean hasValidIp() throws DeviceNotAvailableException; in hasValidIp() method
298 if (hasValidIp()) { in waitForIp()310 public boolean hasValidIp() throws DeviceNotAvailableException { in hasValidIp() method in WifiHelper
2455 test = wifi.hasValidIp(); in checkWifiConnection()
775 EasyMock.expect(mMockWifi.hasValidIp()).andReturn(true); in testCheckWifiConnection()