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

  /frameworks/base/core/java/android/nfc/tech/
TagTechnology.java 35 * pseudo-technologies or capabilities (for example {@link Ndef}, {@link NdefFormatable}).
45 * <li>{@link Ndef} on NFC Forum Type 1, Type 2, Type 3 or Type 4 compliant tags
56 * to make it NDEF compatible.
120 * This technology is an instance of {@link Ndef}.
124 public static final int NDEF = 6;
  /frameworks/base/core/java/android/nfc/
Tag.java 23 import android.nfc.tech.Ndef;
74 * <h4>2. NDEF data dispatch</h4>
75 * If the tag contains NDEF data the system inspects the first {@link NdefRecord} in the first
81 * data on a tag since NDEF data can be stored on many types of tags and doesn't depend on a
84 * NDEF data, or if no activity is registered
171 case TagTechnology.NDEF:
172 strings[i] = Ndef.class.getName();
223 techStringToCodeMap.put(Ndef.class.getName(), TagTechnology.NDEF);
291 * tag as NDEF adds the {@link Ndef} technology. The {@link rediscover
    [all...]

Completed in 38 milliseconds