HomeSort by relevance Sort by last modified time
    Searched refs:Tag (Results 1 - 25 of 55) sorted by null

1 2 3

  /frameworks/base/core/java/android/nfc/
Tag.aidl 19 parcelable Tag
Tag.java 23 * Represents a (generic) discovered tag.
25 * A tag is a passive NFC element, such as NFC Forum Tag's, Mifare class Tags,
28 * Tag's have a type and usually have a UID.
30 * {@link Tag} objects are passed to applications via the {@link NfcAdapter#EXTRA_TAG} extra
31 * in {@link NfcAdapter#ACTION_TAG_DISCOVERED} intents. A {@link Tag} object is immutable
32 * and represents the state of the tag at the time of discovery. It can be
36 * A {@link Tag} can be used to create a {@link RawTagConnection} only while the tag is in
38 * {@link Tag} object (in {@link NfcAdapter#ACTION_TAG_DISCOVERED}) should be used to create
    [all...]
INfcAdapter.aidl 20 import android.nfc.Tag;
42 void openTagConnection(in Tag tag);
RawTagConnection.java 25 * A low-level connection to a {@link Tag} target.
39 /*package*/ final Tag mTag;
50 private static final String TAG = "NFC";
52 /*package*/ RawTagConnection(NfcAdapter adapter, Tag tag, String target) throws RemoteException {
53 String[] targets = tag.getRawTargets();
70 mTag = tag;
74 /*package*/ RawTagConnection(NfcAdapter adapter, Tag tag) throws RemoteException {
75 this(adapter, tag, tag.getRawTargets()[0])
    [all...]
NfcAdapter.java 37 * Intent to start an activity when a tag is discovered.
43 * Mandatory Tag extra for the ACTION_TAG intents.
46 public static final String EXTRA_TAG = "android.nfc.extra.TAG";
54 * Optional byte[] extra for the tag identifier.
130 * Tag Reader Discovery mode
145 * Card Emulation mode Enables the manager to act as an NFC tag. Provided
149 * with a tag.
157 private static final String TAG = "NFC";
181 Log.e(TAG, "Cannot get package manager, assuming no NFC feature");
187 Log.e(TAG, "Package manager query failed, assuming no NFC feature", e)
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
Tag.java 7 * $Id: Tag.java,v 1.1.1.1 2004/05/09 16:57:41 vlad_r Exp $
18 abstract class Tag implements IContent
22 public static final Tag HTML = new TagImpl ("HTML");
23 public static final Tag HEAD = new TagImpl ("HEAD");
24 public static final Tag BODY = new TagImpl ("BODY");
25 public static final Tag META = new TagImpl ("META");
26 public static final Tag STYLE = new TagImpl ("STYLE");
28 public static final Tag TITLE = new TagImpl ("TITLE");
29 public static final Tag H1 = new TagImpl ("H1");
30 public static final Tag H2 = new TagImpl ("H2")
    [all...]
ISimpleElement.java 22 Tag getTag ();
28 public static ISimpleElement create (final Tag tag)
30 return new SimpleElementImpl (tag, AttributeSet.create ());
33 public static ISimpleElement create (final Tag tag, final AttributeSet attrs)
35 return new SimpleElementImpl (tag, attrs);
45 public Tag getTag ()
79 SimpleElementImpl (final Tag tag, final AttributeSet attrs
    [all...]
HTMLDocument.java 30 super (Tag.HTML, AttributeSet.create ());
32 super.add (m_head = IElement.Factory.create (Tag.HEAD));
33 super.add (m_body = IElement.Factory.create (Tag.BODY));
38 final ISimpleElement meta = ISimpleElement.Factory.create (Tag.META);
52 final IElement titleElement = IElement.Factory.create (Tag.TITLE).setText (title, false);
120 final IElement style = IElement.Factory.create (Tag.STYLE);
140 final ISimpleElement link = ISimpleElement.Factory.create (Tag.LINK);
153 final Tag Hl = Tag.Hs [level];
164 final Tag Hl = Tag.Hs [level]
    [all...]
HTMLTable.java 34 super (Tag.TABLE, AttributeSet.create ());
48 m_caption = IElement.Factory.create (Tag.CAPTION);
97 Cell (Tag tag)
99 super (tag, AttributeSet.create ());
110 final ICell cell = new Cell (m_th ? Tag.TH : Tag.TD);
118 super (Tag.TR, AttributeSet.create ());
HyperRef.java 21 super (Tag.A, AttributeSet.create ());
IElement.java 28 public static IElement create (final Tag tag)
30 return new ElementImpl (tag, AttributeSet.create ());
33 public static IElement create (final Tag tag, final AttributeSet attrs)
35 return new ElementImpl (tag, attrs);
110 ElementImpl (final Tag tag, final AttributeSet attrs)
112 super (tag, attrs);
  /packages/apps/Nfc/src/com/android/nfc/
TagTarget.java 22 import android.nfc.Tag;
25 * Helper to convert between internal tag types and public target types
43 put(INTERNAL_TARGET_TYPE_ISO14443_3A, new String[] { Tag.TARGET_ISO_14443_3A });
44 put(INTERNAL_TARGET_TYPE_ISO14443_3B, new String[] { Tag.TARGET_ISO_14443_3B });
45 put(INTERNAL_TARGET_TYPE_MIFARE_UL, new String[] { Tag.TARGET_ISO_14443_3A });
46 put(INTERNAL_TARGET_TYPE_MIFARE_1K, new String[] { Tag.TARGET_ISO_14443_3A });
47 put(INTERNAL_TARGET_TYPE_MIFARE_4K, new String[] { Tag.TARGET_ISO_14443_3A });
48 put(INTERNAL_TARGET_TYPE_MIFARE_DESFIRE, new String[] { Tag.TARGET_ISO_14443_3A });
49 put(INTERNAL_TARGET_TYPE_MIFARE_UNKNOWN, new String[] { Tag.TARGET_ISO_14443_3A });
50 put(INTERNAL_TARGET_TYPE_FELICA, new String[] { Tag.TARGET_JIS_X_6319_4 })
    [all...]
NativeNfcManager.java 26 import android.nfc.Tag;
52 private static final String TAG = "NativeNfcManager";
109 private void notifyNdefMessageListeners(NativeNfcTag tag) {
110 mNfcService.sendMessage(NfcService.MSG_NDEF_TAG, tag);
  /external/jhead/
makernote.c 38 int Tag, Format, Components;
44 Tag = Get16u(DirEntry);
50 ErrNonfatal("Illegal number format %d for tag %04x", Format, Tag);
55 ErrNonfatal("Illegal number of components %d for tag %04x", Components, Tag);
67 ErrNonfatal("Illegal value pointer for tag %04x", Tag,0);
73 printf("Map: %05d-%05d: Data for makernote tag %04x\n",OffsetVal, OffsetVal+ByteCount, Tag);
    [all...]
gpsinfo.c 69 int IsGpsTag(const char* tag) {
70 return strstr(tag, "GPS") == tag;
73 TagTable_t* GpsTagToTagTableEntry(unsigned short tag)
77 if (GpsTags[i].Tag == tag) {
78 printf("found tag %d", tag);
81 printf("tag %s format not defined", GpsTags[i].Desc);
87 printf("tag %d NOT FOUND", tag)
    [all...]
exif.c 82 // Describes tag values
306 printf("found tag %s val %d", TagTable[i].Desc, TagTable[i].Tag);
307 return TagTable[i].Tag;
310 printf("tag %s NOT FOUND", tagName);
509 int Tag, Format, Components;
515 Tag = Get16u(DirEntry);
521 ErrNonfatal("Illegal number format %d for tag %04x", Format, Tag);
526 ErrNonfatal("Illegal number of components %d for tag %04x", Components, Tag)
    [all...]
jhead.h 92 int FocalLength35mmEquiv; // Exif 2.2 tag - usually not present.
145 unsigned short Tag; // tag value, i.e. TAG_MODEL
149 int GpsTag; // bool - the tag is related to GPS info
154 unsigned short Tag;
208 int IsGpsTag(const char* tag);
209 int GpsTagToFormatType(unsigned short tag);
211 TagTable_t* GpsTagToTagTableEntry(unsigned short tag);
270 #define M_XMP 0x10E1 // Not a real tag (same value in file as Exif!)
  /packages/apps/Tag/tests/
Android.mk 12 LOCAL_INSTRUMENTATION_FOR := Tag
  /packages/apps/Tag/
Android.mk 11 LOCAL_PACKAGE_NAME := Tag
  /external/freetype/src/sfnt/
ttload.c 51 /* tag :: The searched tag. */
58 FT_ULong tag )
69 (FT_Char)( tag >> 24 ),
70 (FT_Char)( tag >> 16 ),
71 (FT_Char)( tag >> 8 ),
72 (FT_Char)( tag ) ));
81 if ( entry->Tag == tag )
116 /* tag :: The searched tag. *
    [all...]
  /build/tools/
event_log_tags.py 20 class Tag(object):
79 tag = None
82 tag = int(parts[0])
84 self.AddError("\"%s\" isn't an integer tag or '?'" % (parts[0],))
93 self.tags.append(Tag(tag, tagname, description,
  /cts/tools/host/src/com/android/cts/
TestPlan.java 39 public interface Tag {
71 NodeList pkgEntries = doc.getElementsByTagName(TestPlan.Tag.ENTRY);
TestSessionBuilder.java 116 TestPlan.Tag.REQUIRED_DEVICE).item(0);
151 NodeList packageList = doc.getElementsByTagName(TestPlan.Tag.ENTRY);
559 Node root = doc.createElement(TestPlan.Tag.TEST_PLAN);
564 Node deviceConfigNode = doc.createElement(TestPlan.Tag.PLAN_SETTING);
571 Node entryNode = doc.createElement(TestPlan.Tag.ENTRY);
  /packages/apps/Tag/canon/src/com/android/apps/tagcanon/
TagCanon.java 19 import com.android.apps.tag.MockNdefMessages;
33 import android.nfc.Tag;
49 static final String TAG = "TagCanon";
110 public NdefTag tag; field in class:TagCanon.TagDescription
116 this.tag = NdefTag.createMockNdefTag(UID, new String[] { Tag.TARGET_ISO_14443_4 },
120 throw new RuntimeException("Failed to create tag description", e);
127 this.tag = NdefTag.createMockNdefTag(UID, new String[] { Tag.TARGET_ISO_14443_4 },
131 throw new RuntimeException("Failed to create tag description", e)
    [all...]
  /cts/tools/spec-progress/src/
SpecProgressDoclet.java 46 import com.sun.javadoc.Tag;
65 * Each executable member (constructor or method) must have a "@param" tag
70 * tag. A method that has a void return type must not have a "@return" tag.
72 * Each executable member must have a "@throws" tag for each declared exception
74 * tag may refer to a superclass of the exception actually being thrown. Each
75 * exception specified by a "@throws" tag must actually be declared by the
85 * Elements that have a "@hide" JavaDoc tag are not considered part of the
95 * "@since Android-1.0" tag.
99 * marked with the "@since Android-1.0" tag
874 Tag tag = returnTags[i]; local
899 Tag tag = tags[i]; local
    [all...]

Completed in 185 milliseconds

1 2 3