Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
DNfcTestActivity.java69 NDEF_ID, getTagIntent(Ndef.class), null)); in onCreate()
72 MIFARE_ULTRALIGHT_ID, getTagIntent(MifareUltralight.class), null)); in onCreate()
88 private Intent getTagIntent(Class<? extends TagTechnology> primaryTech) { in getTagIntent() method in NfcTestActivity