Searched refs:textViewResId (Results 1 – 1 of 1) sorted by relevance
740 private void logTestEnd(int textViewResId, String testSummary) { in logTestEnd() argument741 TextAppender textAppender = new TextAppender(textViewResId); in logTestEnd()792 public TextAppender(int textViewResId) { in TextAppender() argument793 super(getLayoutInflater().inflate(textViewResId, null /* viewGroup */)); in TextAppender()