Searched defs:technology (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/nfc/
H A DTag.java80 * specific tag technology.
209 * <p> The size and format of an ID is specific to the RF technology used by the tag.
221 * A technology is an implementation of the {@link TagTechnology} interface,
224 * object can then be used to perform advanced, technology-specific operations on a tag.
243 * tag as NDEF adds the {@link Ndef} technology. The {@link rediscover}
266 throw new IllegalStateException("Close connection to the technology first!");
406 public synchronized void setConnectedTechnology(int technology) { argument
408 mConnectedTechnology = technology;
410 throw new IllegalStateException("Close other technology first!");

Completed in 70 milliseconds