Searched refs:getAvdDriverBinary (Results 1 – 7 of 7) sorted by relevance
/tools/tradefederation/core/javatests/com/android/tradefed/device/cloud/ |
D | GceManagerTest.java | 184 mOptions.getAvdDriverBinary().getAbsolutePath(), in testBuildGceCommand() 224 mOptions.getAvdDriverBinary().getAbsolutePath(), in testBuildGceCommand_withServiceAccountJsonKeyFile() 266 mOptions.getAvdDriverBinary().getAbsolutePath(), in testBuildGceCommandWithIpDevice() 321 mOptions.getAvdDriverBinary().getAbsolutePath(), in testBuildGceCommandWithEmulatorBuild() 376 mOptions.getAvdDriverBinary().getAbsolutePath(), in testBuildGceCommandWithSpecifiedImages() 417 mOptions.getAvdDriverBinary().getAbsolutePath(), in testBuildGceCommand_withPreconfiguredVirtualDevice() 466 mOptions.getAvdDriverBinary().getAbsolutePath(), in testBuildGceCommandWithGceDriverParam() 517 mOptions.getAvdDriverBinary().getAbsolutePath(), in testBuildGceCommandWithExtraFiles() 611 mOptions.getAvdDriverBinary().getAbsolutePath(), in testBuildGceCommandWithKernelBuild() 801 mOptions.getAvdDriverBinary().getAbsolutePath(), in testBuildShutdownCommand() [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/ |
D | RemoteFileUtil.java | 193 oxygenClient = new OxygenClient(options.getAvdDriverBinary()); in doesRemoteFileExist() 279 oxygenClient = new OxygenClient(options.getAvdDriverBinary()); in internalScpExec()
|
D | GceManager.java | 266 new OxygenClient(getTestDeviceOptions().getAvdDriverBinary()); in startMultiDevicesGce() 296 new OxygenClient(getTestDeviceOptions().getAvdDriverBinary()); in startGceWithOxygenClient() 554 Lists.newArrayList(getTestDeviceOptions().getAvdDriverBinary().getAbsolutePath()); in buildGceCmd() 703 new OxygenClient(getTestDeviceOptions().getAvdDriverBinary()); in shutdownGceWithOxygen() 718 if (!getTestDeviceOptions().getAvdDriverBinary().canExecute()) { in shutdownGceWithAcloud() 723 getTestDeviceOptions().getAvdDriverBinary()), in shutdownGceWithAcloud() 773 List<String> gceArgs = Lists.newArrayList(options.getAvdDriverBinary().getAbsolutePath()); in buildShutdownCommand()
|
D | RemoteSshUtil.java | 60 oxygenClient = new OxygenClient(options.getAvdDriverBinary()); in remoteSshCommandExec()
|
D | HostOrchestratorUtil.java | 52 this(device, gceAvd, new OxygenClient(device.getOptions().getAvdDriverBinary())); in HostOrchestratorUtil()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | LocalAndroidVirtualDevice.java | 395 File acloud = options.getAvdDriverBinary(); in acloudCreate() 546 File acloud = options.getAvdDriverBinary(); in acloudDelete()
|
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/ |
D | TestDeviceOptions.java | 732 public File getAvdDriverBinary() { in getAvdDriverBinary() method in TestDeviceOptions
|