Searched refs:mTechClass (Results 1 – 1 of 1) sorted by relevance
76 private Class<?> mTechClass; field in TagVerifierActivity94 if (mTechClass != null) { in onCreate()95 mTagTester = getTagTester(mTechClass); in onCreate()117 mTechClass = Class.forName(tech); in parseIntentExtras()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()334 .setMessage(getString(R.string.nfc_scan_tag, mTechClass.getSimpleName()))388 return getTagTestId(mTechClass);