Searched refs:hasValidIp (Results 1 – 4 of 4) sorted by relevance
201 boolean hasValidIp() throws DeviceNotAvailableException; in hasValidIp() method
371 if (hasValidIp()) { in waitForIp()383 public boolean hasValidIp() throws DeviceNotAvailableException { in hasValidIp() method in WifiHelper
3328 test = wifi.hasValidIp(); in checkWifiConnection()
1092 when(mMockWifi.hasValidIp()).thenReturn(true); in testCheckWifiConnection()