Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java456 return getFastbootVariable(fastbootVar); in internalGetProperty()
606 String prop = getFastbootVariable("product"); in getFastbootProductType()
643 String prop = getFastbootVariable("variant"); in getFastbootProductVariant()
652 public String getFastbootVariable(String variableName) in getFastbootVariable() method in NativeDevice
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java134 public String getFastbootVariable(String variableName) in getFastbootVariable() method