Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DIFlashingResourcesRetriever.java35 public File retrieveFile(String imageName, String version) throws TargetSetupError; in retrieveFile() argument
DFastbootDeviceFlasher.java671 protected String getImageVersion(ITestDevice device, String imageName) in getImageVersion() argument
674 String versionQuery = String.format("version-%s", imageName); in getImageVersion()
686 imageName, queryOutput); in getImageVersion()
693 "Could not find version for '%s' after %d retry attempts", imageName, attempts), in getImageVersion()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasherTest.java484 protected String getImageVersion(ITestDevice device, String imageName) in testCheckAndFlashBootloader_SkippingFlashing()
505 protected String getImageVersion(ITestDevice device, String imageName) in testCheckAndFlashBootloader()