Home
last modified time | relevance | path

Searched refs:Tag (Results 1 – 25 of 59) sorted by relevance

123

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/debug/
DLog.java30 private static final Log.Tag TAG = new Log.Tag("Log");
37 public static final class Tag { class in Log
44 public Tag(String tag) { in Tag() method in Log.Tag
58 public static void d(Tag tag, String msg) { in d()
64 public static void d(Tag tag, String msg, Throwable tr) { in d()
70 public static void e(Tag tag, String msg) { in e()
76 public static void e(Tag tag, String msg, Throwable tr) { in e()
82 public static void i(Tag tag, String msg) { in i()
88 public static void i(Tag tag, String msg, Throwable tr) { in i()
94 public static void v(Tag tag, String msg) { in v()
[all …]
/frameworks/base/core/java/android/nfc/
DTag.java112 public final class Tag implements Parcelable { class
126 public Tag(byte[] id, int[] techList, Bundle[] techListExtras, int serviceHandle, in Tag() method in Tag
152 public static Tag createMockTag(byte[] id, int[] techList, Bundle[] techListExtras) { in createMockTag()
154 return new Tag(id, techList, techListExtras, 0, null); in createMockTag()
312 public Tag rediscover() throws IOException { in rediscover()
321 Tag newTag = mTagService.rediscover(getServiceHandle()); in rediscover()
420 public static final Parcelable.Creator<Tag> CREATOR =
421 new Parcelable.Creator<Tag>() {
423 public Tag createFromParcel(Parcel in) {
427 byte[] id = Tag.readBytesWithNull(in);
[all …]
DINfcUnlockHandler.aidl3 import android.nfc.Tag;
10 boolean onUnlockAttempted(in Tag tag); in onUnlockAttempted()
DIAppCallback.aidl20 import android.nfc.Tag;
29 void onTagDiscovered(in Tag tag); in onTagDiscovered()
DINfcTag.aidl20 import android.nfc.Tag;
40 Tag rediscover(int nativehandle); in rediscover()
DINfcAdapter.aidl23 import android.nfc.Tag;
61 void dispatch(in Tag tag); in dispatch()
/frameworks/compile/libbcc/include/bcinfo/Wrap/
DBCHeaderField.h38 } Tag; typedef
41 BCHeaderField(Tag ID, size_t len, uint8_t* data) : in BCHeaderField()
72 ID_ = static_cast<Tag>(field); in Read()
95 Tag getID() const { in getID()
113 Tag ID_;
/frameworks/base/core/java/android/nfc/tech/
DNfcBarcode.java19 import android.nfc.Tag;
50 public static NfcBarcode get(Tag tag) { in get()
63 public NfcBarcode(Tag tag) throws RemoteException { in NfcBarcode()
DNfcV.java19 import android.nfc.Tag;
54 public static NfcV get(Tag tag) { in get()
64 public NfcV(Tag tag) throws RemoteException { in NfcV()
DNfcB.java19 import android.nfc.Tag;
53 public static NfcB get(Tag tag) { in get()
63 public NfcB(Tag tag) throws RemoteException { in NfcB()
DBasicTagTechnology.java20 import android.nfc.Tag;
33 final Tag mTag;
38 BasicTagTechnology(Tag tag, int tech) throws RemoteException { in BasicTagTechnology()
44 public Tag getTag() { in getTag()
DNfcA.java20 import android.nfc.Tag;
57 public static NfcA get(Tag tag) { in get()
67 public NfcA(Tag tag) throws RemoteException { in NfcA()
DNfcF.java20 import android.nfc.Tag;
57 public static NfcF get(Tag tag) { in get()
67 public NfcF(Tag tag) throws RemoteException { in NfcF()
DIsoDep.java20 import android.nfc.Tag;
60 public static IsoDep get(Tag tag) { in get()
70 public IsoDep(Tag tag) in IsoDep()
DNdefFormatable.java23 import android.nfc.Tag;
58 public static NdefFormatable get(Tag tag) { in get()
71 public NdefFormatable(Tag tag) throws RemoteException { in NdefFormatable()
DMifareUltralight.java20 import android.nfc.Tag;
93 public static MifareUltralight get(Tag tag) { in get()
103 public MifareUltralight(Tag tag) throws RemoteException { in MifareUltralight()
DTagTechnology.java19 import android.nfc.Tag;
164 public Tag getTag(); in getTag()
DNdef.java23 import android.nfc.Tag;
145 public static Ndef get(Tag tag) { in get()
158 public Ndef(Tag tag) throws RemoteException { in Ndef()
/frameworks/base/docs/html/distribute/analyze/
Dstart.jd69 <h2 id="tagmanager">Google Tag Manager</h2>
74 Google Tag Manager is the solution for you. With Tag Manager for Apps, you
76 your Google Analytics implementation. Updates you make using Tag Manager get
82 Google Tag Manager can also be used to control in-app configurations and to
84 testing</a>. And since Tag Manager is a part of the Google Play Services SDK,
91 Tag Manager</a>.
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DCameraCapabilitiesFactory.java25 private static Log.Tag TAG = new Log.Tag("CamCapabsFact");
DCameraStateHolder.java24 private static final Log.Tag TAG = new Log.Tag("CamStateHolder");
DCameraDeviceInfo.java58 private static final Log.Tag TAG = new Log.Tag("CamDvcInfChar");
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/util/
DSystemProperties.java27 private static final Log.Tag TAG = new Log.Tag("SysProps");
/frameworks/native/services/surfaceflinger/EventLog/
DEventLogTags.logtags4 # Tag numbers are decimal integers, from 0 to 2^31. (Let's leave the
7 # Tag names are one or more ASCII letters and numbers or underscores, i.e.
11 # Tag numbers and names are separated by whitespace. Blank lines and lines
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dadvanced-nfc.jd8 <li><a href="#tag-tech">Working with Supported Tag Technologies</a>
23 <h2 id="tag-tech">Working with Supported Tag Technologies</h2>
32 use the {@link android.nfc.Tag#getTechList getTechList()} method to determine the technologies
136 href="{@docRoot}guide/topics/connectivity/nfc/nfc.html#tag-dispatch">The Tag Dispatch System</a>.</…
137 <li>When your application receives the intent, obtain the {@link android.nfc.Tag} object from
139 <pre>Tag tagFromIntent = intent.getParcelableExtra(NfcAdapter.EXTRA_TAG);</pre></li>
142 enumerate the supported technologies of the tag by calling {@link android.nfc.Tag#getTechList
144 of {@link android.nfc.tech.MifareUltralight} from a {@link android.nfc.Tag}, do the following:
165 import android.nfc.Tag;
175 public void writeTag(Tag tag, String tagText) {
[all …]

123