Home | History | Annotate | Download | only in dhimpl

Lines Matching defs:hasTech

378         if (hasTech(TagTechnology.MIFARE_CLASSIC)) {
393 if (hasTech(TagTechnology.MIFARE_CLASSIC) || hasTech(TagTechnology.MIFARE_ULTRALIGHT)) {
397 if (hasTech(TagTechnology.NFC_V)) {
407 if (hasTech(TagTechnology.ISO_DEP)) {
562 private boolean hasTech(int tech) {
563 boolean hasTech = false;
566 hasTech = true;
570 return hasTech;
574 boolean hasTech = false;
577 hasTech = true;
581 return hasTech;
690 if (hasTech(TagTechnology.NFC_A)) {