Searched refs:oxygenClient (Results 1 – 4 of 4) sorted by relevance
187 OxygenClient oxygenClient = null; in doesRemoteFileExist() local193 oxygenClient = new OxygenClient(options.getAvdDriverBinary()); in doesRemoteFileExist()195 Integer portNumber = oxygenClient.createServerSocket(); in doesRemoteFileExist()197 oxygenClient.createTunnelViaLHP( in doesRemoteFileExist()224 oxygenClient.closeLHPConnection(sshTunnel); in doesRemoteFileExist()272 OxygenClient oxygenClient = null; in internalScpExec() local279 oxygenClient = new OxygenClient(options.getAvdDriverBinary()); in internalScpExec()281 Integer portNumber = oxygenClient.createServerSocket(); in internalScpExec()283 oxygenClient.createTunnelViaLHP( in internalScpExec()325 oxygenClient.closeLHPConnection(sshTunnel); in internalScpExec()
53 OxygenClient oxygenClient = null; in remoteSshCommandExec() local60 oxygenClient = new OxygenClient(options.getAvdDriverBinary()); in remoteSshCommandExec()62 Integer portNumber = oxygenClient.createServerSocket(); in remoteSshCommandExec()64 oxygenClient.createTunnelViaLHP( in remoteSshCommandExec()89 oxygenClient.closeLHPConnection(sshTunnel); in remoteSshCommandExec()
265 OxygenClient oxygenClient = in startMultiDevicesGce() local268 oxygenClient.leaseMultipleDevices( in startMultiDevicesGce()295 OxygenClient oxygenClient = in startGceWithOxygenClient() local298 oxygenClient.leaseDevice(mBuildInfo, getTestDeviceOptions(), attributes); in startGceWithOxygenClient()308 res = oxygenClient.leaseDevice(mBuildInfo, getTestDeviceOptions(), attributes); in startGceWithOxygenClient()329 if (oxygenClient.noWaitForBootSpecified(getTestDeviceOptions())) { in startGceWithOxygenClient()702 OxygenClient oxygenClient = in shutdownGceWithOxygen() local704 return oxygenClient.release(mGceAvdInfo, getTestDeviceOptions()); in shutdownGceWithOxygen()
55 public HostOrchestratorUtil(ITestDevice device, GceAvdInfo gceAvd, OxygenClient oxygenClient) { in HostOrchestratorUtil() argument58 mOxygenClient = oxygenClient; in HostOrchestratorUtil()