Searched refs:baseband (Results 1 – 5 of 5) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | FlashingResourceUtil.java | 90 File baseband = keyAndFiles.get(BuildInfoKey.BuildInfoFileKey.BASEBAND_IMAGE.getFileKey()); in setUpFlashingResources() local 91 handleBaseband(info, baseband, flashingResourcesParser); in setUpFlashingResources() 101 IBuildInfo info, File baseband, IFlashingResourcesParser flashingResourcesParser) { in handleBaseband() argument 102 if (baseband == null) { in handleBaseband() 106 info.setFile(BuildInfoKey.BuildInfoFileKey.BASEBAND_IMAGE, baseband, buildId); in handleBaseband() 109 .put(BuildInfoKey.BuildInfoFileKey.BASEBAND_IMAGE.getFileKey(), baseband); in handleBaseband() local
|
/tools/tradefederation/core/javatests/com/android/tradefed/util/image/ |
D | DeviceImageTrackerTest.java | 58 File baseband = FileUtil.createTempFile("cache-baseband", ".zip"); in testCache() local 61 "serial", deviceImage, bootloader, baseband, "8888", "branch", "flavor"); in testCache() 69 FileUtil.deleteFile(baseband); in testCache()
|
/tools/tradefederation/core/src/com/android/tradefed/util/image/ |
D | DeviceImageTracker.java | 130 File baseband, in trackUpdatedDeviceImage() argument 147 if (baseband != null) { // Baseband is optional on some devices in trackUpdatedDeviceImage() 160 FileUtil.hardlinkFile(baseband, copyInCacheBaseband); in trackUpdatedDeviceImage()
|
D | IncrementalImageUtil.java | 164 File baseband = null; in initialize() local 169 baseband = copyImage(tracker.zippedBasebandImage); in initialize() 177 FileUtil.deleteFile(baseband); in initialize() 187 baseband, in initialize() 198 File baseband, in IncrementalImageUtil() argument 206 mSrcBaseband = baseband; in IncrementalImageUtil() 576 boolean forceFlashing, File bootloader, File baseband) in attemptBootloaderAndRadioFlashing() argument 593 if (baseband == null) { in attemptBootloaderAndRadioFlashing() 600 "flash", "radio", baseband.getAbsolutePath()); in attemptBootloaderAndRadioFlashing()
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/cellular/ |
D | cellular_power_base_test.py | 49 baseband = self.dut.adb.getprop('gsm.version.baseband') 50 self.dut.add_device_info('baseband', baseband)
|