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