Searched refs:getAvdDriverBinary (Results 1 – 3 of 3) sorted by relevance
172 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()
214 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()
498 public File getAvdDriverBinary() { in getAvdDriverBinary() method in TestDeviceOptions