Home
last modified time | relevance | path

Searched refs:getIpAddress (Results 1 – 9 of 9) sorted by relevance

/packages/apps/TV/tuner/src/com/android/tv/tuner/hdhomerun/
DHdHomeRunDevice.java72 public int getIpAddress() { in getIpAddress() method in HdHomeRunDevice
143 hash = hash * 31 + getIpAddress(); in hashCode()
157 && getIpAddress() == rhs.getIpAddress() in equals()
DHdHomeRunTunerHal.java122 mHttpConnectionAddress = "http://" + getIpAddress() + ":5004/auto/v" + channelNumber; in tune()
228 public String getIpAddress() { in getIpAddress() method in HdHomeRunTunerHal
229 return HdHomeRunUtils.getIpString(mDevice.getIpAddress()); in getIpAddress()
DHdHomeRunTunerManager.java73 device.getDeviceId(), device.getIpAddress(), device.getTunerIndex())) { in acquireDevice()
86 device.getDeviceId(), device.getIpAddress(), device.getTunerIndex())) { in acquireDevice()
DHdHomeRunChannelScan.java62 String urlString = "http://" + mTunerHal.getIpAddress() + "/" + LINEUP_FILENAME; in scan()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
DConnectivityListener.java191 int ip = wifiInfo.getIpAddress(); in getWifiIpAddress()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiStatusTest.java183 int ipAddr = wifiInfo.getIpAddress();
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/
DWifiStatusTest.java183 int ipAddr = wifiInfo.getIpAddress();
/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java1508 if (mInterfaceCtrl.setIPv4Address(mConfiguration.mStaticIpConfig.getIpAddress())) { in startIPv4()
/packages/modules/NetworkStack/tests/integration/src/android/net/ip/
DIpClientIntegrationTest.java2034 assertEquals(lease.getIpAddress().getAddress(), CLIENT_ADDR);