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

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

Completed in 89 milliseconds