Searched refs:hasTech (Results 1 – 1 of 1) sorted by relevance
406 if (hasTech(TagTechnology.MIFARE_CLASSIC)) { in makeReadOnly()582 private boolean hasTech(int tech) { in hasTech() method in NativeNfcTag583 boolean hasTech = false; in hasTech()586 hasTech = true; in hasTech()590 return hasTech; in hasTech()594 boolean hasTech = false; in hasTechOnHandle()597 hasTech = true; in hasTechOnHandle()601 return hasTech; in hasTechOnHandle()710 if (hasTech(TagTechnology.NFC_A)) { in getTechExtras()