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

/frameworks/base/core/java/android/nfc/tech/
H A DTagTechnology.java25 * {@link TagTechnology} is an interface to a technology in a {@link Tag}.
27 * Obtain a {@link TagTechnology} implementation by calling the static method <code>get()</code>
32 * {@link TagTechnology} implementations provide access to these different
38 * {@link TagTechnology} implementations.
48 * {@link TagTechnology} implementations. If it is not provided, the
59 * {@link TagTechnology} implementations provide methods that fall into two classes:
72 * {@link TagTechnology}, and it will cancel all other blocked I/O operations on other threads
74 * <li>Only one {@link TagTechnology} can be connected at a time. Other calls to
83 public interface TagTechnology extends Closeable { interface in inherits:Closeable
161 * Get the {@link Tag} object backing this {@link TagTechnology} objec
[all...]

Completed in 56 milliseconds