Searched refs:queryOutput (Results 1 – 2 of 2) sorted by relevance
964 String queryOutput = executeFastbootCmd(device, "getvar", versionQuery); in getImageVersion() local965 Matcher matcher = versionOutputPattern.matcher(queryOutput); in getImageVersion()972 imageName, queryOutput); in getImageVersion()995 String queryOutput = executeFastbootCmd(device, "getvar", SLOT_VAR); in getCurrentSlot() local997 matcher = outputPattern.matcher(queryOutput); in getCurrentSlot()999 String queryOutput = device.executeShellCommand(String.format("getprop %s", SLOT_PROP)); in getCurrentSlot() local1002 matcher = outputPattern.matcher(queryOutput); in getCurrentSlot()
294 String queryOutput = executeFastbootCmd(device, "getvar", "current-slot"); in getCurrentSlot() local296 matcher = outputPattern.matcher(queryOutput); in getCurrentSlot()