Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java455 String currentBasebandVersion = getImageVersion(device, "baseband"); in checkAndFlashBaseband() local
460 CLog.i("Baseband is already version %s, skipping flashing", currentBasebandVersion); in checkAndFlashBaseband()
474 String currentBasebandVersion = getImageVersion(device, "baseband"); in checkShouldFlashBaseband() local
476 !deviceBuild.getBasebandVersion().equals(currentBasebandVersion)); in checkShouldFlashBaseband()