Searched refs:getIpAddress (Results 1 – 7 of 7) sorted by relevance
280 return 0 != info.getIpAddress(); in connectToNetwork()348 final int addr = info.getIpAddress(); in getWifiInfo()
217 final int addr = info.getIpAddress(); in onStart()
319 final String ip = getIpAddress(); in hasValidIp()327 public String getIpAddress() throws DeviceNotAvailableException { in getIpAddress() method in WifiHelper
123 String getIpAddress() throws DeviceNotAvailableException; in getIpAddress() method
496 public String getIpAddress() throws DeviceNotAvailableException; in getIpAddress() method
2687 public String getIpAddress() throws DeviceNotAvailableException { in getIpAddress() method in NativeDevice2689 return wifi.getIpAddress(); in getIpAddress()3517 String ipAddress = getIpAddress(); in switchToAdbTcp()
1214 EasyMock.expect(mMockWifi.getIpAddress()).andReturn(null); in testSwitchToAdbTcp_noIp()1224 EasyMock.expect(mMockWifi.getIpAddress()).andReturn("ip"); in testSwitchToAdbTcp()4304 EasyMock.expect(mMockWifi.getIpAddress()).andReturn("ip"); in testPostInvocationWifiTearDown()4308 mTestDevice.getIpAddress(); in testPostInvocationWifiTearDown()