Searched refs:shellCommandResult (Results 1 – 1 of 1) sorted by relevance
131 private void handleLaunchResult(String title, String shellCommandResult) { in handleLaunchResult() argument132 Matcher mMatcher = PATTERN.matcher(shellCommandResult); in handleLaunchResult()136 fail(String.format("Not found %s.\n %s", title, shellCommandResult)); in handleLaunchResult()