Searched refs:getTechExtras (Results 1 – 9 of 9) sorted by relevance
65 Bundle extras = tag.getTechExtras(TagTechnology.NFC_BARCODE); in NfcBarcode()
65 Bundle extras = tag.getTechExtras(TagTechnology.NFC_B); in NfcB()
66 Bundle extras = tag.getTechExtras(TagTechnology.NFC_V); in NfcV()
69 Bundle extras = tag.getTechExtras(TagTechnology.NFC_A); in NfcA()
69 Bundle extras = tag.getTechExtras(TagTechnology.NFC_F); in NfcF()
73 Bundle extras = tag.getTechExtras(TagTechnology.ISO_DEP); in IsoDep()
112 Bundle extras = tag.getTechExtras(TagTechnology.MIFARE_ULTRALIGHT); in MifareUltralight()
160 Bundle extras = tag.getTechExtras(TagTechnology.NDEF); in Ndef()
342 public Bundle getTechExtras(int tech) { in getTechExtras() method in Tag