Searched refs:textViewResId (Results 1 – 2 of 2) sorted by relevance
717 private void logTestEnd(int textViewResId, String testSummary) { in logTestEnd() argument718 TextAppender textAppender = new TextAppender(textViewResId); in logTestEnd()769 public TextAppender(int textViewResId) { in TextAppender() argument770 super(getLayoutInflater().inflate(textViewResId, null /* viewGroup */)); in TextAppender()
434 public TextAppender(int textViewResId) { in TextAppender() argument435 super(getLayoutInflater().inflate(textViewResId, null /* viewGroup */)); in TextAppender()