Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 25 of 477) sorted by relevance

12345678910>>...20

/frameworks/base/core/java/android/util/
DSlog.java27 public static int v(String tag, String msg) { in v()
31 public static int v(String tag, String msg, Throwable tr) { in v()
36 public static int d(String tag, String msg) { in d()
40 public static int d(String tag, String msg, Throwable tr) { in d()
45 public static int i(String tag, String msg) { in i()
49 public static int i(String tag, String msg, Throwable tr) { in i()
54 public static int w(String tag, String msg) { in w()
58 public static int w(String tag, String msg, Throwable tr) { in w()
63 public static int w(String tag, Throwable tr) { in w()
67 public static int e(String tag, String msg) { in e()
[all …]
DLog.java105 void onTerribleFailure(String tag, TerribleFailure what, boolean system); in onTerribleFailure()
123 public static int v(String tag, String msg) { in v()
134 public static int v(String tag, String msg, Throwable tr) { in v()
144 public static int d(String tag, String msg) { in d()
155 public static int d(String tag, String msg, Throwable tr) { in d()
165 public static int i(String tag, String msg) { in i()
176 public static int i(String tag, String msg, Throwable tr) { in i()
186 public static int w(String tag, String msg) { in w()
197 public static int w(String tag, String msg, Throwable tr) { in w()
221 public static native boolean isLoggable(String tag, int level); in isLoggable()
[all …]
DEventLog.java252 public static native int writeEvent(int tag, int value); in writeEvent()
260 public static native int writeEvent(int tag, long value); in writeEvent()
268 public static native int writeEvent(int tag, float value); in writeEvent()
276 public static native int writeEvent(int tag, String str); in writeEvent()
284 public static native int writeEvent(int tag, Object... list); in writeEvent()
313 public static String getTagName(int tag) { in getTagName()
339 Pattern tag = Pattern.compile(TAG_PATTERN); in readTagsFile() local
/frameworks/base/core/java/android/security/keymaster/
DKeymasterArguments.java69 public void addEnum(int tag, int value) { in addEnum()
82 public void addEnums(int tag, int... values) { in addEnums()
97 public int getEnum(int tag, int defaultValue) { in getEnum()
113 public List<Integer> getEnums(int tag) { in getEnums()
126 private void addEnumTag(int tag, int value) { in addEnumTag()
140 public void addUnsignedInt(int tag, long value) { in addUnsignedInt()
158 public long getUnsignedInt(int tag, long defaultValue) { in getUnsignedInt()
176 public void addUnsignedLong(int tag, BigInteger value) { in addUnsignedLong()
189 public List<BigInteger> getUnsignedLongs(int tag) { in getUnsignedLongs()
202 private void addLongTag(int tag, BigInteger value) { in addLongTag()
[all …]
DKeyCharacteristics.java75 public Integer getEnum(int tag) { in getEnum()
90 public List<Integer> getEnums(int tag) { in getEnums()
103 public long getUnsignedInt(int tag, long defaultValue) { in getUnsignedInt()
116 public List<BigInteger> getUnsignedLongs(int tag) { in getUnsignedLongs()
130 public Date getDate(int tag) { in getDate()
143 public boolean getBoolean(int tag) { in getBoolean()
DKeymasterBooleanArgument.java29 public KeymasterBooleanArgument(int tag) { in KeymasterBooleanArgument()
39 public KeymasterBooleanArgument(int tag, Parcel in) { in KeymasterBooleanArgument()
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
DObexAppParameters.java99 public boolean exists(byte tag) { in exists()
103 public void add(byte tag, byte val) { in add()
108 public void add(byte tag, short val) { in add()
113 public void add(byte tag, int val) { in add()
118 public void add(byte tag, long val) { in add()
123 public void add(byte tag, String val) { in add()
128 public void add(byte tag, byte[] bval) { in add()
132 public byte getByte(byte tag) { in getByte()
142 public short getShort(byte tag) { in getShort()
152 public int getInt(byte tag) { in getInt()
[all …]
/frameworks/base/telephony/java/android/telephony/
DRlog.java41 public static int v(String tag, String msg) { in v()
45 public static int v(String tag, String msg, Throwable tr) { in v()
50 public static int d(String tag, String msg) { in d()
54 public static int d(String tag, String msg, Throwable tr) { in d()
59 public static int i(String tag, String msg) { in i()
63 public static int i(String tag, String msg, Throwable tr) { in i()
68 public static int w(String tag, String msg) { in w()
72 public static int w(String tag, String msg, Throwable tr) { in w()
77 public static int w(String tag, Throwable tr) { in w()
81 public static int e(String tag, String msg) { in e()
[all …]
/frameworks/multidex/library/test/src/android/util/
DLog.java67 public static int v(String tag, String msg) { in v()
78 public static int v(String tag, String msg, Throwable tr) { in v()
88 public static int d(String tag, String msg) { in d()
99 public static int d(String tag, String msg, Throwable tr) { in d()
109 public static int i(String tag, String msg) { in i()
120 public static int i(String tag, String msg, Throwable tr) { in i()
130 public static int w(String tag, String msg) { in w()
141 public static int w(String tag, String msg, Throwable tr) { in w()
151 public static int w(String tag, Throwable tr) { in w()
161 public static int e(String tag, String msg) { in e()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DGestureRecorder.java79 public String tag, info; field in GestureRecorder.Gesture.TagRecord
80 public TagRecord(long when, String tag, String info) { in TagRecord()
114 public void tag(long when, String tag, String info) { in tag() argument
171 public void tag(long when, String tag, String info) { in tag() argument
182 public void tag(long when, String tag) { in tag() argument
186 public void tag(String tag) { in tag() method in GestureRecorder
187 tag(SystemClock.uptimeMillis(), tag, null); in tag() local
190 public void tag(String tag, String info) { in tag() argument
191 tag(SystemClock.uptimeMillis(), tag, info); in tag() local
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/debug/
DLog.java44 public Tag(String tag) { in 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()
100 public static void v(Tag tag, String msg, Throwable tr) { in v()
106 public static void w(Tag tag, String msg) { in w()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DFalsingLog.java70 public static void v(String tag, String s) { in v()
80 public static void i(String tag, String s) { in i()
87 public static void wLogcat(String tag, String s) { in wLogcat()
92 public static void w(String tag, String s) { in w()
99 public static void e(String tag, String s) { in e()
106 public static synchronized void log(String level, String tag, String s) { in log()
141 public static synchronized void wtf(String tag, String s, Throwable here) { in wtf()
/frameworks/base/core/java/android/os/
DDropBoxManager.java101 public Entry(String tag, long millis) { in Entry()
112 public Entry(String tag, long millis, String text) { in Entry()
127 public Entry(String tag, long millis, byte[] data, int flags) { in Entry()
144 public Entry(String tag, long millis, ParcelFileDescriptor data, int flags) { in Entry()
161 public Entry(String tag, long millis, File data, int flags) throws IOException { in Entry()
281 public void addText(String tag, String data) { in addText()
301 public void addData(String tag, byte[] data, int flags) { in addData()
324 public void addFile(String tag, File file, int flags) throws IOException { in addFile()
344 public boolean isTagEnabled(String tag) { in isTagEnabled()
361 public Entry getNextEntry(String tag, long msec) { in getNextEntry()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DIconLogger.java19 void onIconShown(String tag); in onIconShown()
20 void onIconHidden(String tag); in onIconHidden()
22 default void onIconVisibility(String tag, boolean visible) { in onIconVisibility()
/frameworks/av/camera/ndk/impl/
DACameraMetadata.cpp151 ACameraMetadata::isVendorTag(const uint32_t tag) { in isVendorTag()
160 ACameraMetadata::getConstEntry(uint32_t tag, ACameraMetadata_const_entry* entry) const { in getConstEntry()
180 ACameraMetadata::update(uint32_t tag, uint32_t count, const uint8_t* data) { in update()
185 ACameraMetadata::update(uint32_t tag, uint32_t count, const int32_t* data) { in update()
190 ACameraMetadata::update(uint32_t tag, uint32_t count, const float* data) { in update()
195 ACameraMetadata::update(uint32_t tag, uint32_t count, const double* data) { in update()
200 ACameraMetadata::update(uint32_t tag, uint32_t count, const int64_t* data) { in update()
205 ACameraMetadata::update(uint32_t tag, uint32_t count, const ACameraMetadata_rational* data) { in update()
251 ACameraMetadata::isCaptureRequestTag(const uint32_t tag) { in isCaptureRequestTag()
/frameworks/base/libs/services/src/os/
DDropBoxManager.cpp44 DropBoxManager::Entry::Entry(const String16& tag, int32_t flags) in Entry()
53 DropBoxManager::Entry::Entry(const String16& tag, int32_t flags, int fd) in Entry()
156 DropBoxManager::addText(const String16& tag, const string& text) in addText()
164 DropBoxManager::addData(const String16& tag, uint8_t const* data, in addData()
173 DropBoxManager::addFile(const String16& tag, const string& filename, int flags) in addFile()
/frameworks/base/tests/utils/testutils/java/android/app/test/
DTestAlarmManager.java67 public boolean dispatch(String tag) { in dispatch()
82 public boolean isPending(String tag) { in isPending()
96 public long getTriggerTimeMillis(String tag) { in getTriggerTimeMillis()
112 public PendingAlarm(int type, long triggerAtMillis, String tag, Runnable callback) { in PendingAlarm()
139 public void answer(int type, long triggerAtMillis, String tag, in answer()
/frameworks/base/tests/net/java/com/android/server/connectivity/
DNetworkNotificationManagerTest.java114 final String tag = NetworkNotificationManager.tagFor(id); in testNotificationsShownAndCleared() local
130 final String tag = NetworkNotificationManager.tagFor(102); in testNoInternetNotificationsNotShownForCellular() local
148 final String tag = NetworkNotificationManager.tagFor(id); in testDuplicatedNotificationsNoInternetThenSignIn() local
170 final String tag = NetworkNotificationManager.tagFor(id); in testDuplicatedNotificationsSignInThenNoInternet() local
/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompatSideChannelService.java61 public abstract void notify(String packageName, int id, String tag, Notification notification); in notify()
66 public abstract void cancel(String packageName, int id, String tag); in cancel()
78 public void notify(String packageName, int id, String tag, Notification notification) in notify()
90 public void cancel(String packageName, int id, String tag) throws RemoteException { in cancel()
/frameworks/base/core/java/com/android/server/
DNetworkManagementSocketTagger.java54 public static int setThreadSocketStatsTag(int tag) { in setThreadSocketStatsTag()
71 public void tag(FileDescriptor fd) throws SocketException { in tag() method in NetworkManagementSocketTagger
84 private void tagSocketFd(FileDescriptor fd, int tag, int uid) { in tagSocketFd()
154 private static native int native_tagSocketFd(FileDescriptor fd, int tag, int uid); in native_tagSocketFd()
157 private static native int native_deleteTagData(int tag, int uid); in native_deleteTagData()
/frameworks/av/camera/
DVendorTagDescriptor.cpp131 uint32_t tag, sectionIndex; in readFromParcel() local
206 uint32_t tag = allTags[i]; in readFromParcel() local
271 uint32_t tag, sectionIndex; in writeToParcel() local
330 uint32_t tag = mTagToNameMap.keyAt(i); in dump() local
432 const char* VendorTagDescriptorCache::getSectionName(uint32_t tag, in getSectionName()
445 const char* VendorTagDescriptorCache::getTagName(uint32_t tag, in getTagName()
458 int VendorTagDescriptorCache::getTagType(uint32_t tag, in getTagType()
535 uint32_t tag = tagArray[i]; in createDescriptorFromOps() local
568 uint32_t tag = tagArray[i]; in createDescriptorFromOps() local
674 const char* vendor_tag_descriptor_get_section_name(const vendor_tag_ops_t* /*v*/, uint32_t tag) { in vendor_tag_descriptor_get_section_name()
[all …]
/frameworks/base/services/core/java/com/android/server/job/
DGrantedUriPermissions.java39 private GrantedUriPermissions(IActivityManager am, int grantFlags, int uid, String tag) in GrantedUriPermissions()
64 int sourceUid, String targetPackage, int targetUserId, String tag) { in createFromIntent()
88 int sourceUid, String targetPackage, int targetUserId, int grantFlags, String tag) { in createFromClip()
101 int sourceUid, String targetPackage, int targetUserId, int grantFlags, String tag, in grantClip()
112 int sourceUid, String targetPackage, int targetUserId, int grantFlags, String tag, in grantUri()
131 int sourceUid, String targetPackage, int targetUserId, int grantFlags, String tag, in grantItem()
/frameworks/base/core/java/com/android/internal/os/
DIDropBoxManagerService.aidl37 boolean isTagEnabled(String tag); in isTagEnabled()
40 DropBoxManager.Entry getNextEntry(String tag, long millis); in getNextEntry()
DAndroidPrintStream.java29 private final String tag; field in AndroidPrintStream
37 public AndroidPrintStream(int priority, String tag) { in AndroidPrintStream()
/frameworks/base/core/jni/
Dandroid_os_Trace.cpp49 jlong tag, jstring nameStr, jint value) { in android_os_Trace_nativeTraceCounter()
57 jlong tag, jstring nameStr) { in android_os_Trace_nativeTraceBegin()
67 jlong tag) { in android_os_Trace_nativeTraceEnd()
74 jlong tag, jstring nameStr, jint cookie) { in android_os_Trace_nativeAsyncTraceBegin()
84 jlong tag, jstring nameStr, jint cookie) { in android_os_Trace_nativeAsyncTraceEnd()

12345678910>>...20