Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DIWifiHelper.java123 String getIpAddress() throws DeviceNotAvailableException; in getIpAddress() method
DWifiHelper.java311 final String ip = getIpAddress(); in hasValidIp()
319 public String getIpAddress() throws DeviceNotAvailableException { in getIpAddress() method in WifiHelper
DITestDevice.java299 public String getIpAddress() throws DeviceNotAvailableException; in getIpAddress() method
DNativeDevice.java2483 public String getIpAddress() throws DeviceNotAvailableException { in getIpAddress() method in NativeDevice
2485 return wifi.getIpAddress(); in getIpAddress()
3271 String ipAddress = getIpAddress(); in switchToAdbTcp()
/tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/
DWifiConnector.java268 return 0 != info.getIpAddress(); in connectToNetwork()
345 final int addr = info.getIpAddress(); in getWifiInfo()
DWifiUtil.java207 final int addr = info.getIpAddress(); in onStart()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java1198 EasyMock.expect(mMockWifi.getIpAddress()).andReturn(null); in testSwitchToAdbTcp_noIp()
1208 EasyMock.expect(mMockWifi.getIpAddress()).andReturn("ip"); in testSwitchToAdbTcp()
3660 EasyMock.expect(mMockWifi.getIpAddress()).andReturn("ip"); in testPostInvocationWifiTearDown()
3664 mTestDevice.getIpAddress(); in testPostInvocationWifiTearDown()