Searched refs:getTagIntent (Results 1 – 1 of 1) sorted by relevance
69 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