Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DIManagedTestDevice.java87 public String getFastbootVersion(); in getFastbootVersion() method
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java203 String fastbootVersion = ((IManagedTestDevice) device).getFastbootVersion(); in preFlashOperations()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java4412 public String getFastbootVersion() { in getFastbootVersion() method in NativeDevice