Searched refs:hasTech (Results 1 – 2 of 2) sorted by relevance
337 if (hasTech(TagTechnology.NDEF)) { in checkNdef()409 if (hasTech(TagTechnology.MIFARE_CLASSIC)) { in makeReadOnly()604 private boolean hasTech(int tech) { in hasTech() method in NativeNfcTag605 boolean hasTech = false; in hasTech()608 hasTech = true; in hasTech()612 return hasTech; in hasTech()616 boolean hasTech = false; in hasTechOnHandle()619 hasTech = true; in hasTechOnHandle()623 return hasTech; in hasTechOnHandle()733 if (hasTech(TagTechnology.NFC_A)) { in getTechExtras()[all …]
525 Landroid/nfc/Tag;->hasTech(I)Z