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.java542 String currentBasebandVersion = getImageVersion(device, "baseband"); in checkShouldFlashBaseband() local
545 && !deviceBuild.getBasebandVersion().equals(currentBasebandVersion)); in checkShouldFlashBaseband()
547 CLog.i("Baseband is already version %s, skipping flashing", currentBasebandVersion); in checkShouldFlashBaseband()