Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/nfc/tech/
H A DNfcBarcode.java65 Bundle extras = tag.getTechExtras(TagTechnology.NFC_BARCODE); in NfcBarcode()
H A DNfcB.java65 Bundle extras = tag.getTechExtras(TagTechnology.NFC_B); in NfcB()
H A DNfcV.java66 Bundle extras = tag.getTechExtras(TagTechnology.NFC_V); in NfcV()
H A DNfcA.java69 Bundle extras = tag.getTechExtras(TagTechnology.NFC_A); in NfcA()
H A DNfcF.java69 Bundle extras = tag.getTechExtras(TagTechnology.NFC_F); in NfcF()
H A DIsoDep.java73 Bundle extras = tag.getTechExtras(TagTechnology.ISO_DEP); in IsoDep()
H A DMifareUltralight.java112 Bundle extras = tag.getTechExtras(TagTechnology.MIFARE_ULTRALIGHT); in MifareUltralight()
H A DNdef.java160 Bundle extras = tag.getTechExtras(TagTechnology.NDEF); in Ndef()
/aosp12/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java555 Bundle[] builtTechExtras = getTechExtras(); in addNdefTechnology()
560 Bundle[] oldTechExtras = getTechExtras(); in addNdefTechnology()
659 public Bundle[] getTechExtras() { in getTechExtras() method in NativeNfcTag
/aosp12/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java71 Bundle[] getTechExtras(); in getTechExtras() method
H A DNfcService.java1952 tag.getTechExtras(), tag.getHandle(), this); in rediscover()
3039 tagEndpoint.getTechExtras(), tagEndpoint.getHandle(), mNfcTagService); in dispatchTagEndpoint()
/aosp12/frameworks/base/core/java/android/nfc/
H A DTag.java346 public Bundle getTechExtras(int tech) { in getTechExtras() method in Tag
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt37682 Landroid/nfc/Tag;->getTechExtras(I)Landroid/os/Bundle;