Searched refs:getIpAddress (Results 1 – 9 of 9) sorted by relevance
72 public int getIpAddress() { in getIpAddress() method in HdHomeRunDevice143 hash = hash * 31 + getIpAddress(); in hashCode()157 && getIpAddress() == rhs.getIpAddress() in equals()
122 mHttpConnectionAddress = "http://" + getIpAddress() + ":5004/auto/v" + channelNumber; in tune()228 public String getIpAddress() { in getIpAddress() method in HdHomeRunTunerHal229 return HdHomeRunUtils.getIpString(mDevice.getIpAddress()); in getIpAddress()
73 device.getDeviceId(), device.getIpAddress(), device.getTunerIndex())) { in acquireDevice()86 device.getDeviceId(), device.getIpAddress(), device.getTunerIndex())) { in acquireDevice()
62 String urlString = "http://" + mTunerHal.getIpAddress() + "/" + LINEUP_FILENAME; in scan()
191 int ip = wifiInfo.getIpAddress(); in getWifiIpAddress()
183 int ipAddr = wifiInfo.getIpAddress();
1508 if (mInterfaceCtrl.setIPv4Address(mConfiguration.mStaticIpConfig.getIpAddress())) { in startIPv4()
2034 assertEquals(lease.getIpAddress().getAddress(), CLIENT_ADDR);