Searched refs:getAvdDriverBinary (Results 1 – 4 of 4) sorted by relevance
174 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()
257 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()
298 File acloud = options.getAvdDriverBinary(); in acloudCreate()400 File acloud = options.getAvdDriverBinary(); in acloudDelete()
528 public File getAvdDriverBinary() { in getAvdDriverBinary() method in TestDeviceOptions