Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/cloud/
DGceManagerTest.java172 mOptions.getAvdDriverBinary().getAbsolutePath(), in testBuildGceCommand()
210 mOptions.getAvdDriverBinary().getAbsolutePath(), in testBuildGceCommand_withServiceAccountJsonKeyFile()
259 mOptions.getAvdDriverBinary().getAbsolutePath(), in testBuildGceCommandWithEmulatorBuild()
300 mOptions.getAvdDriverBinary().getAbsolutePath(), in testBuildGceCommandWithGceDriverParam()
378 mOptions.getAvdDriverBinary().getAbsolutePath(), in testBuildGceCommandWithKernelBuild()
568 EasyMock.eq(mOptions.getAvdDriverBinary().getAbsolutePath()), in testShutdownGce()
607 EasyMock.eq(mOptions.getAvdDriverBinary().getAbsolutePath()), in testShutdownGce_withJsonKeyFile()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceManager.java214 ArrayUtil.list(getTestDeviceOptions().getAvdDriverBinary().getAbsolutePath()); in buildGceCmd()
278 if (!getTestDeviceOptions().getAvdDriverBinary().canExecute()) { in shutdownGce()
283 getTestDeviceOptions().getAvdDriverBinary())); in shutdownGce()
290 ArrayUtil.list(getTestDeviceOptions().getAvdDriverBinary().getAbsolutePath()); in shutdownGce()
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDeviceOptions.java498 public File getAvdDriverBinary() { in getAvdDriverBinary() method in TestDeviceOptions