Searched refs:queryOutput (Results 1 – 2 of 2) sorted by relevance
715 String queryOutput = executeFastbootCmd(device, "getvar", versionQuery); in getImageVersion() local716 Matcher matcher = versionOutputPattern.matcher(queryOutput); in getImageVersion()723 imageName, queryOutput); in getImageVersion()746 String queryOutput = executeFastbootCmd(device, "getvar", SLOT_VAR); in getCurrentSlot() local748 matcher = outputPattern.matcher(queryOutput); in getCurrentSlot()750 String queryOutput = device.executeShellCommand(String.format("getprop %s", SLOT_PROP)); in getCurrentSlot() local753 matcher = outputPattern.matcher(queryOutput); in getCurrentSlot()
267 String queryOutput = executeFastbootCmd(device, "getvar", "current-slot"); in getCurrentSlot() local269 matcher = outputPattern.matcher(queryOutput); in getCurrentSlot()