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

/frameworks/base/core/java/android/nfc/
H A DINfcTag.aidl28 int connect(int nativeHandle, int technology);
H A DTag.java78 * specific tag technology.
207 * <p> The size and format of an ID is specific to the RF technology used by the tag.
219 * A technology is an implementation of the {@link TagTechnology} interface,
222 * object can then be used to perform advanced, technology-specific operations on a tag.
355 public synchronized void setConnectedTechnology(int technology) { argument
357 mConnectedTechnology = technology;
359 throw new IllegalStateException("Close other technology first!");

Completed in 91 milliseconds