Home
last modified time | relevance | path

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

12345678910>>...22

/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 …]
/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()
/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() method in GestureRecorder.Gesture
171 public void tag(long when, String tag, String info) { in tag() argument
182 public void tag(long when, String tag) { in tag() method in GestureRecorder
186 public void tag(String tag) { in tag() argument
187 tag(SystemClock.uptimeMillis(), tag, null); in tag() local
190 public void tag(String tag, String info) { in tag() method in GestureRecorder
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/telephony/java/com/android/internal/telephony/uicc/asn1/
DAsn1Node.java50 private Builder(int tag) { in Builder()
102 public Builder addChildAsInteger(int tag, int value) { in addChildAsInteger()
117 public Builder addChildAsString(int tag, String value) { in addChildAsString()
133 public Builder addChildAsBytes(int tag, byte[] value) { in addChildAsBytes()
147 public Builder addChildAsBytesFromHex(int tag, String hex) { in addChildAsBytesFromHex()
157 public Builder addChildAsBits(int tag, int value) { in addChildAsBits()
185 public Builder addChildAsBoolean(int tag, boolean value) { in addChildAsBoolean()
221 public static Builder newBuilder(int tag) { in newBuilder()
225 private static boolean isConstructedTag(int tag) { in isConstructedTag()
244 Asn1Node(int tag, @Nullable byte[] src, int offset, int length) { in Asn1Node()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarIconList.java68 public void removeIcon(int index, int tag) { in removeIcon()
76 public StatusBarIconHolder getIcon(int index, int tag) { in getIcon()
80 public int getViewIndex(int slotIndex, int tag) { in getViewIndex()
128 public StatusBarIconHolder getHolderForTag(int tag) { in getHolderForTag()
145 int tag = holder.getTag(); in addHolder() local
153 public void removeForTag(int tag) { in removeForTag()
172 private void setSubSlot(StatusBarIconHolder holder, int tag) { in setSubSlot()
188 private int getIndexForTag(int tag) { in getIndexForTag()
218 public int viewIndexOffsetForTag(int tag) { in viewIndexOffsetForTag()
/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/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/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/base/services/robotests/src/com/android/server/testing/shadows/
DShadowEventLog.java33 public static int writeEvent(int tag, Object... values) { in writeEvent()
39 public static boolean hasEvent(int tag, Object... values) { in hasEvent()
49 public final int tag; field in ShadowEventLog.Entry
52 public Entry(int tag, List<Object> values) { in Entry()
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteLayoutLog.java36 void warning(String tag, String message, Serializable data) throws RemoteException; in warning()
50 void fidelityWarning(String tag, String message, Throwable throwable, Object viewCookie, in fidelityWarning()
60 void error(String tag, String message, Serializable data) throws RemoteException; in error()
70 void error(String tag, String message, Throwable throwable, Serializable data) in error()
/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()
179 DropBoxManager::addText(const String16& tag, const string& text) in addText()
187 DropBoxManager::addData(const String16& tag, uint8_t const* data, in addData()
196 DropBoxManager::addFile(const String16& tag, const string& filename, int flags) in addFile()
209 DropBoxManager::addFile(const String16& tag, int fd, int flags) in addFile()
232 DropBoxManager::getNextEntry(const String16& tag, long msec, Entry* entry) in getNextEntry()
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
DRemoteLayoutLogAdapter.java33 public void warning(String tag, String message, Object data) { in warning()
42 public void fidelityWarning(String tag, String message, Throwable throwable, Object viewCookie, in fidelityWarning()
52 public void error(String tag, String message, Object data) { in error()
61 public void error(String tag, String message, Throwable throwable, Object data) { in error()
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
DRemoteLayoutLogAdapter.java40 public void warning(String tag, String message, Serializable data) { in warning()
45 public void fidelityWarning(String tag, String message, Throwable throwable, Object viewCookie, in fidelityWarning()
51 public void error(String tag, String message, Serializable data) { in error()
56 public void error(String tag, String message, Throwable throwable, Serializable data) { in error()
/frameworks/base/core/java/android/view/textclassifier/
DLog.java34 public static void d(String tag, String msg) { in d()
38 public static void w(String tag, String msg) { in w()
42 public static void e(String tag, String msg, Throwable tr) { in e()
/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/support/work/workmanager/src/main/java/androidx/work/impl/model/
DWorkTag.java46 public final String tag; field in WorkTag
52 public WorkTag(@NonNull String tag, @NonNull String workSpecId) { in WorkTag()
/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/tests/net/java/com/android/server/connectivity/
DNetworkNotificationManagerTest.java124 final String tag = NetworkNotificationManager.tagFor(id); in testNotificationsShownAndCleared() local
140 final String tag = NetworkNotificationManager.tagFor(102); in testNoInternetNotificationsNotShownForCellular() local
158 final String tag = NetworkNotificationManager.tagFor(id); in testDuplicatedNotificationsNoInternetThenSignIn() local
180 final String tag = NetworkNotificationManager.tagFor(id); in testDuplicatedNotificationsSignInThenNoInternet() local
/frameworks/support/compat/src/main/java/androidx/core/app/
DNotificationCompatSideChannelService.java62 public abstract void notify(String packageName, int id, String tag, Notification notification); in notify()
67 public abstract void cancel(String packageName, int id, String tag); in cancel()
79 public void notify(String packageName, int id, String tag, Notification notification) in notify()
91 public void cancel(String packageName, int id, String tag) throws RemoteException { in cancel()

12345678910>>...22