Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DDialogTestListActivity.java88 TextView instructionTextView = (TextView)findViewById(R.id.test_instructions); in onCreate() local
89 instructionTextView.setText(mInstructionsStringId); in onCreate()