Home
last modified time | relevance | path

Searched refs:textViewResId (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DBaseSensorTestActivity.java622 private void logTestEnd(int textViewResId, String testSummary) { in logTestEnd() argument
623 TextAppender textAppender = new TextAppender(textViewResId); in logTestEnd()
651 public TextAppender(int textViewResId) { in TextAppender() argument
652 mTextView = (TextView) getLayoutInflater().inflate(textViewResId, null /* viewGroup */); in TextAppender()