Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DLocalAndroidVirtualDevice.java263 MultiMap<String, File> fileMap = getOptions().getGceDriverFileParams(); in prepareToolsAndImages()
411 options.getGceDriverFileParams(), in acloudCreate()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DTestDeviceOptions.java815 public MultiMap<String, File> getGceDriverFileParams() { in getGceDriverFileParams() method in TestDeviceOptions
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DLocalAndroidVirtualDeviceTest.java339 mLocalAvd.getOptions().getGceDriverFileParams().put("test-file", new File("/test/file")); in mockAcloudCreateWithExtraDirs()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceManager.java581 getTestDeviceOptions().getGceDriverFileParams(); in buildGceCmd()