Home
last modified time | relevance | path

Searched refs:NFC_BARCODE (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/java/android/nfc/tech/
H A DNfcBarcode.java51 if (!tag.hasTech(TagTechnology.NFC_BARCODE)) return null; in get()
64 super(tag, TagTechnology.NFC_BARCODE); in NfcBarcode()
65 Bundle extras = tag.getTechExtras(TagTechnology.NFC_BARCODE); in NfcBarcode()
H A DTagTechnology.java158 public static final int NFC_BARCODE = 10; field
/aosp12/frameworks/base/core/java/android/nfc/
H A DTag.java192 case TagTechnology.NFC_BARCODE: in generateTechStringList()
232 techStringToCodeMap.put(NfcBarcode.class.getName(), TagTechnology.NFC_BARCODE); in getTechStringToCodeMap()
/aosp12/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java734 case TagTechnology.NFC_BARCODE: { in getTechExtras()
/aosp12/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java1554 techCodeToMask.put(TagTechnology.NFC_BARCODE, NfcService.NFC_POLL_KOVIO); in computeLockscreenPollMask()
2580 if (tag.getConnectedTechnology() == TagTechnology.NFC_BARCODE) { in handleMessage()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt37787 Landroid/nfc/tech/TagTechnology;->NFC_BARCODE:I