Home
last modified time | relevance | path

Searched defs:queryOutput (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java687 String queryOutput = executeFastbootCmd(device, "getvar", versionQuery); in getImageVersion() local
717 String queryOutput = executeFastbootCmd(device, "getvar", SLOT_VAR); in getCurrentSlot() local
721 String queryOutput = device.executeShellCommand(String.format("getprop %s", SLOT_PROP)); in getCurrentSlot() local