Searched refs:resultText (Results 1 – 1 of 1) sorted by relevance
546 String resultText = result.getStdout(); in getFastbootVariable() local547 if (resultText == null || resultText.length() < 1) { in getFastbootVariable()548 resultText = result.getStderr(); in getFastbootVariable()550 Matcher matcher = fastbootProductPattern.matcher(resultText); in getFastbootVariable()