Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DBaseSensorTestActivity.java717 private void logTestEnd(int textViewResId, String testSummary) { in logTestEnd() argument
718 TextAppender textAppender = new TextAppender(textViewResId); in logTestEnd()
769 public TextAppender(int textViewResId) { in TextAppender() argument
770 super(getLayoutInflater().inflate(textViewResId, null /* viewGroup */)); in TextAppender()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
DBaseGnssTestActivity.java434 public TextAppender(int textViewResId) { in TextAppender() argument
435 super(getLayoutInflater().inflate(textViewResId, null /* viewGroup */)); in TextAppender()