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