HomeSort by relevance Sort by last modified time
    Searched refs:NFC_V (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/nfc/tech/
NfcV.java 55 if (!tag.hasTech(TagTechnology.NFC_V)) return null;
65 super(tag, TagTechnology.NFC_V);
66 Bundle extras = tag.getTechExtras(TagTechnology.NFC_V);
TagTechnology.java 117 public static final int NFC_V = 5;
  /frameworks/base/core/java/android/nfc/
Tag.java 185 case TagTechnology.NFC_V:
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcManager.java 255 case (TagTechnology.NFC_V):
NativeNfcTag.java 691 case TagTechnology.NFC_V: {
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcTag.java 384 if (hasTech(TagTechnology.NFC_V)) {
686 case TagTechnology.NFC_V: {
NativeNfcManager.java 303 case (TagTechnology.NFC_V):

Completed in 68 milliseconds