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.java203 String fastbootVersion = ((IManagedTestDevice) device).getFastbootVersion(); in preFlashOperations() local
204 if (fastbootVersion != null) { in preFlashOperations()
205 deviceBuild.addBuildAttribute(FASTBOOT_VERSION, fastbootVersion); in preFlashOperations()