Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DCdmaDeviceFlasher.java122 protected void flashBaseband(ITestDevice device, File basebandImageFile) in flashBaseband() argument
125 basebandImageFile.getAbsolutePath()); in flashBaseband()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java487 protected void flashBaseband(ITestDevice device, File basebandImageFile) in flashBaseband() argument
489 flashPartition(device, basebandImageFile, BASEBAND_IMAGE_NAME); in flashBaseband()