Searched refs:getIpAddress (Results 1 – 7 of 7) sorted by relevance
123 String getIpAddress() throws DeviceNotAvailableException; in getIpAddress() method
311 final String ip = getIpAddress(); in hasValidIp()319 public String getIpAddress() throws DeviceNotAvailableException { in getIpAddress() method in WifiHelper
299 public String getIpAddress() throws DeviceNotAvailableException; in getIpAddress() method
2483 public String getIpAddress() throws DeviceNotAvailableException { in getIpAddress() method in NativeDevice2485 return wifi.getIpAddress(); in getIpAddress()3271 String ipAddress = getIpAddress(); in switchToAdbTcp()
268 return 0 != info.getIpAddress(); in connectToNetwork()345 final int addr = info.getIpAddress(); in getWifiInfo()
207 final int addr = info.getIpAddress(); in onStart()
1198 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()