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/
DFastbootDeviceFlasher.java679 protected String getImageVersion(ITestDevice device, String imageName) in getImageVersion() argument
682 String versionQuery = String.format("version-%s", imageName); in getImageVersion()
694 imageName, queryOutput); in getImageVersion()
701 "Could not find version for '%s' after %d retry attempts", imageName, attempts), in getImageVersion()
DIFlashingResourcesRetriever.java35 public File retrieveFile(String imageName, String version) throws TargetSetupError; in retrieveFile() argument
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasherTest.java499 protected String getImageVersion(ITestDevice device, String imageName) in testCheckAndFlashBootloader_SkippingFlashing()
520 protected String getImageVersion(ITestDevice device, String imageName) in testCheckAndFlashBootloader()