Searched refs:Tag (Results 1 - 25 of 38) sorted by relevance

12

/frameworks/base/core/java/android/nfc/
H A DTag.aidl19 parcelable Tag
H A DIAppCallback.aidl20 import android.nfc.Tag;
29 void onTagDiscovered(in Tag tag);
H A DINfcTag.aidl20 import android.nfc.Tag;
41 Tag rediscover(int nativehandle);
H A DTag.java43 * {@link Tag} is an immutable object that represents the state of a NFC tag at
53 * <h3>Tag Dispatch</h3>
54 * When a tag is discovered, a {@link Tag} object is created and passed to a
63 * <p>The Tag dispatch mechanism was designed to give a high probability of dispatching
87 * <h4>3. Tag Technology dispatch</h4>
98 * <h3>NFC Tag Background</h3>
100 * it is in range. Tag's can come in many forms, such as stickers, cards, key fobs, or
112 public final class Tag implements Parcelable { class in inherits:Parcelable
126 public Tag(byte[] id, int[] techList, Bundle[] techListExtras, int serviceHandle, method in class:Tag
143 * Construct a mock Tag
[all...]
H A DINfcAdapter.aidl23 import android.nfc.Tag;
56 void dispatch(in Tag tag);
/frameworks/base/core/java/android/nfc/tech/
H A DTagTechnology.java19 import android.nfc.Tag;
25 * {@link TagTechnology} is an interface to a technology in a {@link Tag}.
49 * Android device will never enumerate that class via {@link Tag#getTechList}.
161 * Get the {@link Tag} object backing this {@link TagTechnology} object.
162 * @return the {@link Tag} backing this {@link TagTechnology} object.
164 public Tag getTag();
171 * <p>Only one {@link TagTechnology} object can be connected to a {@link Tag} at a time.
183 * Re-connect to the {@link Tag} associated with this connection. Reconnecting to a tag can be
215 * called, and the {@link Tag} is not known to be out of range.
H A DNfcB.java19 import android.nfc.Tag;
26 * Provides access to NFC-B (ISO 14443-3B) properties and I/O operations on a {@link Tag}.
46 * <p>Returns null if {@link NfcB} was not enumerated in {@link Tag#getTechList}.
53 public static NfcB get(Tag tag) {
63 public NfcB(Tag tag) throws RemoteException {
H A DNfcBarcode.java19 import android.nfc.Tag;
43 * <p>Returns null if {@link NfcBarcode} was not enumerated in {@link Tag#getTechList}.
50 public static NfcBarcode get(Tag tag) {
63 public NfcBarcode(Tag tag) throws RemoteException {
108 * GS1 Electronic Product Code (EPC) Tag Data Standard (TDS)</a> for more details.
H A DNfcV.java19 import android.nfc.Tag;
26 * Provides access to NFC-V (ISO 15693) properties and I/O operations on a {@link Tag}.
47 * <p>Returns null if {@link NfcV} was not enumerated in {@link Tag#getTechList}.
54 public static NfcV get(Tag tag) {
64 public NfcV(Tag tag) throws RemoteException {
H A DIsoDep.java20 import android.nfc.Tag;
28 * Provides access to ISO-DEP (ISO 14443-4) properties and I/O operations on a {@link Tag}.
33 * <p>Tags that enumerate the {@link IsoDep} technology in {@link Tag#getTechList}
54 * <p>Returns null if {@link IsoDep} was not enumerated in {@link Tag#getTechList}.
60 public static IsoDep get(Tag tag) {
70 public IsoDep(Tag tag)
H A DNfcA.java20 import android.nfc.Tag;
28 * Provides access to NFC-A (ISO 14443-3A) properties and I/O operations on a {@link Tag}.
50 * <p>Returns null if {@link NfcA} was not enumerated in {@link Tag#getTechList}.
57 public static NfcA get(Tag tag) {
67 public NfcA(Tag tag) throws RemoteException {
H A DNfcF.java20 import android.nfc.Tag;
28 * Provides access to NFC-F (JIS 6319-4) properties and I/O operations on a {@link Tag}.
50 * <p>Returns null if {@link NfcF} was not enumerated in {@link Tag#getTechList}.
57 public static NfcF get(Tag tag) {
67 public NfcF(Tag tag) throws RemoteException {
H A DMifareUltralight.java20 import android.nfc.Tag;
31 * Provides access to MIFARE Ultralight properties and I/O operations on a {@link Tag}.
53 * {@link MifareUltralight} will never be enumerated in {@link Tag#getTechList}.
85 * {@link Tag#getTechList} - this indicates the tag is not MIFARE
93 public static MifareUltralight get(Tag tag) {
103 public MifareUltralight(Tag tag) throws RemoteException {
H A DNdefFormatable.java23 import android.nfc.Tag;
31 * Provide access to NDEF format operations on a {@link Tag}.
52 * <p>Returns null if {@link NdefFormatable} was not enumerated in {@link Tag#getTechList}.
58 public static NdefFormatable get(Tag tag) {
71 public NdefFormatable(Tag tag) throws RemoteException {
H A DBasicTagTechnology.java20 import android.nfc.Tag;
33 final Tag mTag;
38 BasicTagTechnology(Tag tag, int tech) throws RemoteException {
44 public Tag getTag() {
H A DNdef.java23 import android.nfc.Tag;
32 * Provides access to NDEF content and operations on a {@link Tag}.
45 * <li>NFC Forum Type 1 Tag ({@link #NFC_FORUM_TYPE_1}), such as the Innovision Topaz
46 * <li>NFC Forum Type 2 Tag ({@link #NFC_FORUM_TYPE_2}), such as the NXP MIFARE Ultralight
47 * <li>NFC Forum Type 3 Tag ({@link #NFC_FORUM_TYPE_3}), such as Sony Felica
48 * <li>NFC Forum Type 4 Tag ({@link #NFC_FORUM_TYPE_4}), such as NXP MIFARE Desfire
51 * {@link Ndef} on NFC Forum Tag Types 1-4, and implement all NDEF operations
111 /** NFC Forum Tag Type 1 */
113 /** NFC Forum Tag Type 2 */
115 /** NFC Forum Tag Typ
[all...]
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraCapabilitiesFactory.java25 private static Log.Tag TAG = new Log.Tag("CamCapabsFact");
H A DCameraDeviceInfo.java58 private static final Log.Tag TAG = new Log.Tag("CamDvcInfChar");
H A DCameraStateHolder.java24 private static final Log.Tag TAG = new Log.Tag("CamStateHolder");
H A DAndroidCameraSettings.java26 private static final Log.Tag TAG = new Log.Tag("AndCamSet");
H A DCameraAgentFactory.java33 private static final Log.Tag TAG = new Log.Tag("CamAgntFact");
H A DDispatchThread.java29 private static final Log.Tag TAG = new Log.Tag("DispatchThread");
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/debug/
H A DLog.java30 private static final Log.Tag TAG = new Log.Tag("Log");
37 public static final class Tag { class in class:Log
44 public Tag(String tag) { method in class:Log.Tag
47 w(TAG, "Tag " + tag + " is " + lenDiff + " chars longer than limit.");
58 public static void d(Tag tag, String msg) {
64 public static void d(Tag tag, String msg, Throwable tr) {
70 public static void e(Tag tag, String msg) {
76 public static void e(Tag tag, String msg, Throwable tr) {
82 public static void i(Tag ta
[all...]
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/util/
H A DSystemProperties.java27 private static final Log.Tag TAG = new Log.Tag("SysProps");
/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_;

Completed in 1891 milliseconds

12