Searched refs:resultText (Results 1 – 1 of 1) sorted by relevance
909 String resultText = result.getStdout(); in getFastbootVariable() local910 if (resultText == null || resultText.length() < 1) { in getFastbootVariable()911 resultText = result.getStderr(); in getFastbootVariable()913 Matcher matcher = fastbootProductPattern.matcher(resultText); in getFastbootVariable()