Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java715 String queryOutput = executeFastbootCmd(device, "getvar", versionQuery); in getImageVersion() local
746 String queryOutput = executeFastbootCmd(device, "getvar", SLOT_VAR); in getCurrentSlot() local
750 String queryOutput = device.executeShellCommand(String.format("getprop %s", SLOT_PROP)); in getCurrentSlot() local
DGsiDeviceFlashPreparer.java267 String queryOutput = executeFastbootCmd(device, "getvar", "current-slot"); in getCurrentSlot() local