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

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

Completed in 40 milliseconds