Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
DTagVerifierActivity.java83 private TextView mEmptyText; field in TagVerifierActivity
97 mEmptyText = (TextView) findViewById(android.R.id.empty); in onCreate()
191 mEmptyText.setText(R.string.nfc_no_tech); in updateTechListAdapter()
233 mEmptyText.setText(getString(R.string.nfc_scan_tag, mTechClass.getSimpleName())); in goToWriteStep()
239 mEmptyText.setText(getString(R.string.nfc_scan_tag_again, mTechClass.getSimpleName())); in goToVerifyStep()