/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/debug/ |
D | Log.java | 30 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/ |
D | Tag.java | 112 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 …]
|
D | INfcUnlockHandler.aidl | 3 import android.nfc.Tag; 10 boolean onUnlockAttempted(in Tag tag); in onUnlockAttempted()
|
D | IAppCallback.aidl | 20 import android.nfc.Tag; 29 void onTagDiscovered(in Tag tag); in onTagDiscovered()
|
D | INfcTag.aidl | 20 import android.nfc.Tag; 40 Tag rediscover(int nativehandle); in rediscover()
|
D | INfcAdapter.aidl | 23 import android.nfc.Tag; 61 void dispatch(in Tag tag); in dispatch()
|
/frameworks/compile/libbcc/include/bcinfo/Wrap/ |
D | BCHeaderField.h | 38 } 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/ |
D | NfcBarcode.java | 19 import android.nfc.Tag; 50 public static NfcBarcode get(Tag tag) { in get() 63 public NfcBarcode(Tag tag) throws RemoteException { in NfcBarcode()
|
D | NfcV.java | 19 import android.nfc.Tag; 54 public static NfcV get(Tag tag) { in get() 64 public NfcV(Tag tag) throws RemoteException { in NfcV()
|
D | NfcB.java | 19 import android.nfc.Tag; 53 public static NfcB get(Tag tag) { in get() 63 public NfcB(Tag tag) throws RemoteException { in NfcB()
|
D | BasicTagTechnology.java | 20 import android.nfc.Tag; 33 final Tag mTag; 38 BasicTagTechnology(Tag tag, int tech) throws RemoteException { in BasicTagTechnology() 44 public Tag getTag() { in getTag()
|
D | NfcA.java | 20 import android.nfc.Tag; 57 public static NfcA get(Tag tag) { in get() 67 public NfcA(Tag tag) throws RemoteException { in NfcA()
|
D | NfcF.java | 20 import android.nfc.Tag; 57 public static NfcF get(Tag tag) { in get() 67 public NfcF(Tag tag) throws RemoteException { in NfcF()
|
D | IsoDep.java | 20 import android.nfc.Tag; 60 public static IsoDep get(Tag tag) { in get() 70 public IsoDep(Tag tag) in IsoDep()
|
D | NdefFormatable.java | 23 import android.nfc.Tag; 58 public static NdefFormatable get(Tag tag) { in get() 71 public NdefFormatable(Tag tag) throws RemoteException { in NdefFormatable()
|
D | MifareUltralight.java | 20 import android.nfc.Tag; 93 public static MifareUltralight get(Tag tag) { in get() 103 public MifareUltralight(Tag tag) throws RemoteException { in MifareUltralight()
|
D | TagTechnology.java | 19 import android.nfc.Tag; 164 public Tag getTag(); in getTag()
|
D | Ndef.java | 23 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/ |
D | start.jd | 69 <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/ |
D | CameraCapabilitiesFactory.java | 25 private static Log.Tag TAG = new Log.Tag("CamCapabsFact");
|
D | CameraStateHolder.java | 24 private static final Log.Tag TAG = new Log.Tag("CamStateHolder");
|
D | CameraDeviceInfo.java | 58 private static final Log.Tag TAG = new Log.Tag("CamDvcInfChar");
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/util/ |
D | SystemProperties.java | 27 private static final Log.Tag TAG = new Log.Tag("SysProps");
|
/frameworks/native/services/surfaceflinger/EventLog/ |
D | EventLogTags.logtags | 4 # 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/ |
D | advanced-nfc.jd | 8 <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 …]
|