HomeSort by relevance Sort by last modified time
    Searched defs:hasTech (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/nfc/
Tag.java 334 public boolean hasTech(int techType) {
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcTag.java 406 if (hasTech(TagTechnology.MIFARE_CLASSIC)) {
582 private boolean hasTech(int tech) {
583 boolean hasTech = false;
586 hasTech = true;
590 return hasTech;
594 boolean hasTech = false;
597 hasTech = true;
601 return hasTech;
710 if (hasTech(TagTechnology.NFC_A)) {

Completed in 115 milliseconds