Searched refs:textViewResId (Results 1 – 1 of 1) sorted by relevance
622 private void logTestEnd(int textViewResId, String testSummary) { in logTestEnd() argument623 TextAppender textAppender = new TextAppender(textViewResId); in logTestEnd()651 public TextAppender(int textViewResId) { in TextAppender() argument652 mTextView = (TextView) getLayoutInflater().inflate(textViewResId, null /* viewGroup */); in TextAppender()