Searched refs:NFC_BARCODE (Results 1 – 6 of 6) sorted by relevance
51 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()
158 public static final int NFC_BARCODE = 10; field
192 case TagTechnology.NFC_BARCODE: in generateTechStringList()232 techStringToCodeMap.put(NfcBarcode.class.getName(), TagTechnology.NFC_BARCODE); in getTechStringToCodeMap()
734 case TagTechnology.NFC_BARCODE: { in getTechExtras()
1554 techCodeToMask.put(TagTechnology.NFC_BARCODE, NfcService.NFC_POLL_KOVIO); in computeLockscreenPollMask()2580 if (tag.getConnectedTechnology() == TagTechnology.NFC_BARCODE) { in handleMessage()
37787 Landroid/nfc/tech/TagTechnology;->NFC_BARCODE:I