Home
last modified time | relevance | path

Searched defs:baseband (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DFlashingResourceUtil.java90 File baseband = keyAndFiles.get(BuildInfoKey.BuildInfoFileKey.BASEBAND_IMAGE.getFileKey()); in setUpFlashingResources() local
101 IBuildInfo info, File baseband, IFlashingResourcesParser flashingResourcesParser) { in handleBaseband()
109 .put(BuildInfoKey.BuildInfoFileKey.BASEBAND_IMAGE.getFileKey(), baseband); in handleBaseband() local
/tools/tradefederation/core/javatests/com/android/tradefed/util/image/
DDeviceImageTrackerTest.java58 File baseband = FileUtil.createTempFile("cache-baseband", ".zip"); in testCache() local
/tools/tradefederation/core/src/com/android/tradefed/util/image/
DDeviceImageTracker.java130 File baseband, in trackUpdatedDeviceImage()
DIncrementalImageUtil.java164 File baseband = null; in initialize() local
198 File baseband, in IncrementalImageUtil()
576 boolean forceFlashing, File bootloader, File baseband) in attemptBootloaderAndRadioFlashing()