Searched refs:getTechExtras (Results 1 – 13 of 13) 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()
555 Bundle[] builtTechExtras = getTechExtras(); in addNdefTechnology()560 Bundle[] oldTechExtras = getTechExtras(); in addNdefTechnology()659 public Bundle[] getTechExtras() { in getTechExtras() method in NativeNfcTag
71 Bundle[] getTechExtras(); in getTechExtras() method
1952 tag.getTechExtras(), tag.getHandle(), this); in rediscover()3039 tagEndpoint.getTechExtras(), tagEndpoint.getHandle(), mNfcTagService); in dispatchTagEndpoint()
346 public Bundle getTechExtras(int tech) { in getTechExtras() method in Tag
37682 Landroid/nfc/Tag;->getTechExtras(I)Landroid/os/Bundle;