Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java157 String fastbootVersion = ((IManagedTestDevice) device).getFastbootVersion(); in flash() local
158 if (fastbootVersion != null) { in flash()
159 deviceBuild.addBuildAttribute(FASTBOOT_VERSION, fastbootVersion); in flash()