Searched refs:fastbootVersion (Results 1 – 1 of 1) sorted by relevance
203 String fastbootVersion = ((IManagedTestDevice) device).getFastbootVersion(); in preFlashOperations() local204 if (fastbootVersion != null) { in preFlashOperations()205 deviceBuild.addBuildAttribute(FASTBOOT_VERSION, fastbootVersion); in preFlashOperations()