Searched refs:layout_file (Results 1 – 1 of 1) sorted by relevance
52 public void passed(String layout_file) { in passed() argument54 mBufferedOutputPassedStream.write(layout_file.getBytes()); in passed()62 public void failed(String layout_file) { in failed() argument64 mBufferedOutputFailedStream.write(layout_file.getBytes()); in failed()72 public void ignoreResult(String layout_file) { in ignoreResult() argument74 mBufferedOutputIgnoreResultStream.write(layout_file.getBytes()); in ignoreResult()82 public void noResult(String layout_file) { in noResult() argument84 mBufferedOutputNoResultStream.write(layout_file.getBytes()); in noResult()