OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TagTechnology
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/nfc/tech/
TagTechnology.java
25
* {@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
58
* {@link
TagTechnology
} implementations provide methods that fall into two classes:
71
* {@link
TagTechnology
}, and it will cancel all other blocked I/O operations on other threads
73
* <li>Only one {@link
TagTechnology
} can be connected at a time. Other calls to
82
public interface
TagTechnology
extends Closeable {
151
* Get the {@link Tag} object backing this {@link
TagTechnology
} object
[
all
...]
/prebuilt/sdk/11/
android.jar
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/14/
android.jar
Completed in 173 milliseconds