Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java388 String currentBootloaderVersion = getImageVersion(device, "bootloader"); in checkAndFlashBootloader()
455 String currentBasebandVersion = getImageVersion(device, "baseband"); in checkAndFlashBaseband()
474 String currentBasebandVersion = getImageVersion(device, "baseband"); in checkShouldFlashBaseband()
707 protected String getImageVersion(ITestDevice device, String imageName) in getImageVersion() method in FastbootDeviceFlasher
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasherTest.java138 String actualVersion = mFlasher.getImageVersion(mMockDevice, "bootloader"); in testGetImageVersion()
214 String actualVersion = mFlasher.getImageVersion(mMockDevice, "baseband"); in testRetryGetVersionCommand()
502 protected String getImageVersion(ITestDevice device, String imageName) in testCheckAndFlashBootloader_SkippingFlashing()
523 protected String getImageVersion(ITestDevice device, String imageName) in testCheckAndFlashBootloader()