Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/frameworks/base/core/java/android/nfc/
H A DTag.java352 public Bundle getTechExtras(int tech) { in getTechExtras() method in Tag
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt34359 Landroid/nfc/Tag;->getTechExtras(I)Landroid/os/Bundle;