Home
last modified time | relevance | path

Searched refs:getImageVersion (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DFastbootDeviceFlasherTest.java172 String actualVersion = mFlasher.getImageVersion(mMockDevice, "bootloader"); in testGetImageVersion()
238 String actualVersion = mFlasher.getImageVersion(mMockDevice, "baseband"); in testRetryGetVersionCommand()
527 protected String getImageVersion(ITestDevice device, String imageName) in testCheckAndFlashBootloader_SkippingFlashing()
548 protected String getImageVersion(ITestDevice device, String imageName) in testCheckAndFlashBootloader()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java453 String currentBootloaderVersion = getImageVersion(device, "bootloader"); in checkAndFlashBootloader()
542 String currentBasebandVersion = getImageVersion(device, "baseband"); in checkShouldFlashBaseband()
956 protected String getImageVersion(ITestDevice device, String imageName) in getImageVersion() method in FastbootDeviceFlasher