Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/nfc/tech/
DNfcBarcode.java65 Bundle extras = tag.getTechExtras(TagTechnology.NFC_BARCODE); in NfcBarcode()
DNfcB.java65 Bundle extras = tag.getTechExtras(TagTechnology.NFC_B); in NfcB()
DNfcV.java66 Bundle extras = tag.getTechExtras(TagTechnology.NFC_V); in NfcV()
DNfcA.java69 Bundle extras = tag.getTechExtras(TagTechnology.NFC_A); in NfcA()
DNfcF.java69 Bundle extras = tag.getTechExtras(TagTechnology.NFC_F); in NfcF()
DIsoDep.java73 Bundle extras = tag.getTechExtras(TagTechnology.ISO_DEP); in IsoDep()
DMifareUltralight.java112 Bundle extras = tag.getTechExtras(TagTechnology.MIFARE_ULTRALIGHT); in MifareUltralight()
DNdef.java160 Bundle extras = tag.getTechExtras(TagTechnology.NDEF); in Ndef()
/frameworks/base/core/java/android/nfc/
DTag.java342 public Bundle getTechExtras(int tech) { in getTechExtras() method in Tag