Home
last modified time | relevance | path

Searched refs:hostAndPort (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/cloud/
DGceAvdInfoTest.java52 assertEquals(avd.hostAndPort().getHostText(), "104.154.62.236"); in testValidGceJsonParsing()
78 assertEquals(avd.hostAndPort().getHostText(), "104.154.62.236"); in testValidGceJsonParsingWithBuildVars()
124 assertEquals(avd1.hostAndPort().getHostText(), "1.1.1.1"); in testDualAvdsJsonParsingWithBuildVars()
130 assertEquals(avd2.hostAndPort().getHostText(), "2.2.2.2"); in testDualAvdsJsonParsingWithBuildVars()
231 assertEquals(avd.hostAndPort().getHostText(), "104.154.62.236"); in testValidGceJsonParsingFail()
284 assertEquals(avd.hostAndPort().getHostText(), "104.154.62.236"); in testParseJson_Boot_Fail()
DRemoteAndroidVirtualDeviceTest.java157 HostAndPort hostAndPort, in testExceptionFromParser()
350 HostAndPort hostAndPort, in testLaunchGce_bootFail()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceAvdInfo.java67 public GceAvdInfo(String instanceName, HostAndPort hostAndPort) { in GceAvdInfo() argument
69 mHostAndPort = hostAndPort; in GceAvdInfo()
74 String instanceName, HostAndPort hostAndPort, String errors, GceStatus status) { in GceAvdInfo() argument
76 mHostAndPort = hostAndPort; in GceAvdInfo()
102 public HostAndPort hostAndPort() { in hostAndPort() method in GceAvdInfo
DRemoteAndroidVirtualDevice.java269 createGceSshMonitor(this, buildInfo, mGceAvd.hostAndPort(), this.getOptions()); in launchGce()
276 HostAndPort hostAndPort, in createGceSshMonitor() argument
278 mGceSshMonitor = new GceSshTunnelMonitor(device, buildInfo, hostAndPort, deviceOptions); in createGceSshMonitor()
DRemoteSshUtil.java54 remoteInstance.hostAndPort().getHostText(), in remoteSshCommandExec()
DRemoteFileUtil.java143 remoteInstance.hostAndPort().getHostText(), in internalScpExec()