Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java137 public String getFastbootVariable(String variableName) in getFastbootVariable() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java593 return getFastbootVariable(fastbootVar); in internalGetProperty()
854 String prop = getFastbootVariable("product"); in getFastbootProductType()
891 String prop = getFastbootVariable("variant"); in getFastbootProductVariant()
900 public String getFastbootVariable(String variableName) in getFastbootVariable() method in NativeDevice