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

  /frameworks/base/core/java/android/nfc/tech/
NfcB.java 54 if (!tag.hasTech(TagTechnology.NFC_B)) return null;
64 super(tag, TagTechnology.NFC_B);
65 Bundle extras = tag.getTechExtras(TagTechnology.NFC_B);
TagTechnology.java 96 public static final int NFC_B = 2;
  /frameworks/base/core/java/android/nfc/
Tag.java 179 case TagTechnology.NFC_B:
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcManager.java 266 case (TagTechnology.NFC_B):
NativeNfcTag.java 648 case TagTechnology.NFC_B: {
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcTag.java 137 if (technology == TagTechnology.NFC_B) {
646 case TagTechnology.NFC_B: {
NativeNfcManager.java 331 case (TagTechnology.NFC_B):

Completed in 235 milliseconds