Home
last modified time | relevance | path

Searched refs:getAvdDriverBinary (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/cloud/
DGceManagerTest.java174 mOptions.getAvdDriverBinary().getAbsolutePath(), in testBuildGceCommand()
212 mOptions.getAvdDriverBinary().getAbsolutePath(), in testBuildGceCommand_withServiceAccountJsonKeyFile()
261 mOptions.getAvdDriverBinary().getAbsolutePath(), in testBuildGceCommandWithEmulatorBuild()
302 mOptions.getAvdDriverBinary().getAbsolutePath(), in testBuildGceCommandWithGceDriverParam()
389 mOptions.getAvdDriverBinary().getAbsolutePath(), in testBuildGceCommandWithKernelBuild()
587 EasyMock.eq(mOptions.getAvdDriverBinary().getAbsolutePath()), in testShutdownGce()
660 EasyMock.eq(mOptions.getAvdDriverBinary().getAbsolutePath()), in testShutdownGce_withJsonKeyFile()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceManager.java257 File avdDriverFile = getTestDeviceOptions().getAvdDriverBinary(); in buildGceCmd()
350 if (!getTestDeviceOptions().getAvdDriverBinary().canExecute()) { in shutdownGce()
355 getTestDeviceOptions().getAvdDriverBinary())); in shutdownGce()
393 List<String> gceArgs = ArrayUtil.list(options.getAvdDriverBinary().getAbsolutePath()); in AcloudShutdown()
/tools/tradefederation/core/src/com/android/tradefed/device/
DLocalAndroidVirtualDevice.java298 File acloud = options.getAvdDriverBinary(); in acloudCreate()
400 File acloud = options.getAvdDriverBinary(); in acloudDelete()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DTestDeviceOptions.java528 public File getAvdDriverBinary() { in getAvdDriverBinary() method in TestDeviceOptions