Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java394 return getFastbootVariable(fastbootVar); in internalGetProperty()
503 String prop = getFastbootVariable("product"); in getFastbootProductType()
533 String prop = getFastbootVariable("variant"); in getFastbootProductVariant()
540 private String getFastbootVariable(String variableName) in getFastbootVariable() method in NativeDevice