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

/frameworks/compile/libbcc/include/bcinfo/Wrap/
H A DBCHeaderField.h25 // Also contains the list of known Tag IDs.
38 } Tag; typedef in class:BCHeaderField
41 BCHeaderField(Tag ID, size_t len, uint8_t* data) :
72 ID_ = static_cast<Tag>(field);
95 Tag getID() const {
113 Tag ID_;
/frameworks/base/core/java/android/nfc/
H A DTag.java41 * {@link Tag} is an immutable object that represents the state of a NFC tag at
51 * <h3>Tag Dispatch</h3>
52 * When a tag is discovered, a {@link Tag} object is created and passed to a
61 * <p>The Tag dispatch mechanism was designed to give a high probability of dispatching
85 * <h4>3. Tag Technology dispatch</h4>
96 * <h3>NFC Tag Background</h3>
98 * it is in range. Tag's can come in many forms, such as stickers, cards, key fobs, or
110 public final class Tag implements Parcelable { class in inherits:Parcelable
124 public Tag(byte[] id, int[] techList, Bundle[] techListExtras, int serviceHandle, method in class:Tag
141 * Construct a mock Tag
[all...]

Completed in 64 milliseconds