Home
last modified time | relevance | path

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

/tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/
DWifiConnector.java280 return 0 != info.getIpAddress(); in connectToNetwork()
348 final int addr = info.getIpAddress(); in getWifiInfo()
DWifiUtil.java217 final int addr = info.getIpAddress(); in onStart()
/tools/tradefederation/core/src/com/android/tradefed/device/
DWifiHelper.java319 final String ip = getIpAddress(); in hasValidIp()
327 public String getIpAddress() throws DeviceNotAvailableException { in getIpAddress() method in WifiHelper
DIWifiHelper.java123 String getIpAddress() throws DeviceNotAvailableException; in getIpAddress() method
DITestDevice.java496 public String getIpAddress() throws DeviceNotAvailableException; in getIpAddress() method
DNativeDevice.java2687 public String getIpAddress() throws DeviceNotAvailableException { in getIpAddress() method in NativeDevice
2689 return wifi.getIpAddress(); in getIpAddress()
3517 String ipAddress = getIpAddress(); in switchToAdbTcp()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java1214 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()