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