Searched refs:streamedOutput (Results 1 – 1 of 1) sorted by relevance
333 public synchronized void streamOutput(CharSequence streamedOutput) { in streamOutput() argument334 if (streamedOutput.length() == 0) { in streamOutput()338 String[] lines = messageToLines(streamedOutput.toString()); in streamOutput()