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 283 public boolean hasTech(int techType) {
  /packages/apps/Nfc/src/com/android/nfc/nxp/
NativeNfcTag.java 369 if (hasTech(TagTechnology.MIFARE_CLASSIC) || hasTech(TagTechnology.MIFARE_ULTRALIGHT)) {
373 if (hasTech(TagTechnology.NFC_V)) {
383 if (hasTech(TagTechnology.ISO_DEP)) {
538 private boolean hasTech(int tech) {
539 boolean hasTech = false;
542 hasTech = true;
546 return hasTech;
550 boolean hasTech = false;
553 hasTech = true
    [all...]

Completed in 160 milliseconds