| /frameworks/base/services/core/java/com/android/server/utils/ |
| D | Slogf.java | 60 public static boolean isLoggable(String tag, int level) { in isLoggable() 65 public static int v(String tag, String msg) { in v() 70 public static int v(String tag, String msg, Throwable tr) { in v() 75 public static int d(String tag, String msg) { in d() 80 public static int d(String tag, String msg, Throwable tr) { in d() 85 public static int i(String tag, String msg) { in i() 90 public static int i(String tag, String msg, Throwable tr) { in i() 95 public static int w(String tag, String msg) { in w() 100 public static int w(String tag, String msg, Throwable tr) { in w() 105 public static int w(String tag, Throwable tr) { in w() [all …]
|
| /frameworks/base/core/java/android/util/ |
| D | Slog.java | 35 public static int v(String tag, String msg) { in v() 39 public static int v(String tag, String msg, Throwable tr) { in v() 45 public static int d(String tag, String msg) { in d() 50 public static int d(String tag, String msg, Throwable tr) { in d() 56 public static int i(String tag, String msg) { in i() 60 public static int i(String tag, String msg, Throwable tr) { in i() 66 public static int w(String tag, String msg) { in w() 71 public static int w(String tag, String msg, Throwable tr) { in w() 76 public static int w(String tag, Throwable tr) { in w() 81 public static int e(String tag, String msg) { in e() [all …]
|
| D | Log.java | 116 void onTerribleFailure(String tag, TerribleFailure what, boolean system); in onTerribleFailure() 134 public static int v(@Nullable String tag, @NonNull String msg) { in v() 145 public static int v(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in v() 155 public static int d(@Nullable String tag, @NonNull String msg) { in d() 166 public static int d(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in d() 176 public static int i(@Nullable String tag, @NonNull String msg) { in i() 187 public static int i(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in i() 197 public static int w(@Nullable String tag, @NonNull String msg) { in w() 208 public static int w(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in w() 232 public static native boolean isLoggable(@Nullable String tag, @Level int level); in isLoggable() [all …]
|
| /frameworks/base/services/robotests/src/com/android/server/testing/shadows/ |
| D | ShadowSlog.java | 28 protected static int v(String tag, String msg) { in v() 33 protected static int v(String tag, String msg, Throwable tr) { in v() 38 protected static int d(String tag, String msg) { in d() 43 protected static int d(String tag, String msg, Throwable tr) { in d() 48 protected static int i(String tag, String msg) { in i() 53 protected static int i(String tag, String msg, Throwable tr) { in i() 58 protected static int w(String tag, String msg) { in w() 63 protected static int w(String tag, String msg, Throwable tr) { in w() 68 protected static int w(String tag, Throwable tr) { in w() 73 protected static int e(String tag, String msg) { in e() [all …]
|
| D | ShadowEventLog.java | 35 protected static int writeEvent(int tag, Object... values) { in writeEvent() 42 protected static int writeEvent(int tag, String string) { in writeEvent() 56 public final int tag; field in ShadowEventLog.Entry 59 public Entry(int tag, List<Object> values) { in Entry()
|
| /frameworks/base/core/java/android/security/keymaster/ |
| D | KeymasterArguments.java | 74 public void addEnum(int tag, int value) { in addEnum() 87 public void addEnums(int tag, int... values) { in addEnums() 102 public int getEnum(int tag, int defaultValue) { in getEnum() 118 public List<Integer> getEnums(int tag) { in getEnums() 131 private void addEnumTag(int tag, int value) { in addEnumTag() 146 public void addUnsignedInt(int tag, long value) { in addUnsignedInt() 164 public long getUnsignedInt(int tag, long defaultValue) { in getUnsignedInt() 183 public void addUnsignedLong(int tag, BigInteger value) { in addUnsignedLong() 196 public List<BigInteger> getUnsignedLongs(int tag) { in getUnsignedLongs() 209 private void addLongTag(int tag, BigInteger value) { in addLongTag() [all …]
|
| D | KeyCharacteristics.java | 87 public Integer getEnum(int tag) { in getEnum() 102 public List<Integer> getEnums(int tag) { in getEnums() 115 public long getUnsignedInt(int tag, long defaultValue) { in getUnsignedInt() 128 public List<BigInteger> getUnsignedLongs(int tag) { in getUnsignedLongs() 142 public Date getDate(int tag) { in getDate() 155 public boolean getBoolean(int tag) { in getBoolean()
|
| /frameworks/base/telephony/java/com/android/telephony/ |
| D | Rlog.java | 39 private static int log(int priority, String tag, String msg) { in log() 43 public static int v(String tag, String msg) { in v() 47 public static int v(String tag, String msg, Throwable tr) { in v() 52 public static int d(String tag, String msg) { in d() 56 public static int d(String tag, String msg, Throwable tr) { in d() 61 public static int i(String tag, String msg) { in i() 65 public static int i(String tag, String msg, Throwable tr) { in i() 70 public static int w(String tag, String msg) { in w() 74 public static int w(String tag, String msg, Throwable tr) { in w() 79 public static int w(String tag, Throwable tr) { in w() [all …]
|
| /frameworks/base/core/java/android/telephony/ |
| D | Rlog.java | 42 public static int v(String tag, String msg) { in v() 46 public static int v(String tag, String msg, Throwable tr) { in v() 52 public static int d(String tag, String msg) { in d() 57 public static int d(String tag, String msg, Throwable tr) { in d() 63 public static int i(String tag, String msg) { in i() 68 public static int i(String tag, String msg, Throwable tr) { in i() 74 public static int w(String tag, String msg) { in w() 79 public static int w(String tag, String msg, Throwable tr) { in w() 84 public static int w(String tag, Throwable tr) { in w() 89 public static int e(String tag, String msg) { in e() [all …]
|
| /frameworks/multidex/library/test/src/android/util/ |
| D | Log.java | 67 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/ |
| D | GestureRecorder.java | 79 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() method in GestureRecorder 182 public void tag(long when, String tag) { in tag() method in GestureRecorder 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() method in GestureRecorder 191 tag(SystemClock.uptimeMillis(), tag, info); in tag() local
|
| /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/debug/ |
| D | Log.java | 44 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/core/java/com/android/internal/os/ |
| D | IDropBoxManagerService.aidl | 30 void addData(String tag, in byte[] data, int flags); in addData() 31 void addFile(String tag, in ParcelFileDescriptor fd, int flags); in addFile() 34 boolean isTagEnabled(String tag); in isTagEnabled() 39 DropBoxManager.Entry getNextEntry(String tag, long millis, String packageName); in getNextEntry() 41 DropBoxManager.Entry getNextEntryWithAttribution(String tag, long millis, String packageName, in getNextEntryWithAttribution()
|
| /frameworks/base/tools/aapt2/trace/ |
| D | TraceBuffer.cpp | 41 std::string tag; member 54 void AddWithTime(const std::string& tag, char type, int64_t time) noexcept { in AddWithTime() 59 void Add(const std::string& tag, char type) noexcept { in Add() 89 void BeginTrace(const std::string& tag) { in BeginTrace() 97 Trace::Trace(const std::string& tag) { in Trace() 101 Trace::Trace(const std::string& tag, const std::vector<android::StringPiece>& args) { in Trace() 116 FlushTrace::FlushTrace(const std::string& basepath, const std::string& tag) in FlushTrace() 121 FlushTrace::FlushTrace(const std::string& basepath, const std::string& tag, in FlushTrace() 133 FlushTrace::FlushTrace(const std::string& basepath, const std::string& tag, in FlushTrace()
|
| D | TraceBuffer.h | 58 #define TRACE_NAME(tag) Trace __t(tag) argument 59 #define TRACE_NAME_ARGS(tag, args) Trace __t(tag, args) argument 61 #define TRACE_FLUSH(basename, tag) FlushTrace __t(basename, tag) argument 62 #define TRACE_FLUSH_ARGS(basename, tag, args) FlushTrace __t(basename, tag, args) argument
|
| /frameworks/base/telephony/java/com/android/internal/telephony/uicc/asn1/ |
| D | Asn1Node.java | 50 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/core/java/android/view/textclassifier/ |
| D | Log.java | 40 public static void v(String tag, String msg) { in v() 46 public static void d(String tag, String msg) { in d() 50 public static void w(String tag, String msg) { in w() 54 public static void e(String tag, String msg, Throwable tr) { in e()
|
| /frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/ |
| D | RemoteLayoutLog.java | 37 …void warning(String tag, String message, Object viewCookie, Serializable data) throws RemoteExcept… in warning() 51 void fidelityWarning(String tag, String message, Throwable throwable, Object viewCookie, in fidelityWarning() 62 …void error(String tag, String message, Object viewCookie, Serializable data) throws RemoteExceptio… in error() 73 … void error(String tag, String message, Throwable throwable, Object viewCookie, Serializable data) in error() 83 void logAndroidFramework(int priority, String tag, String message) throws RemoteException; in logAndroidFramework()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
| D | StatusBarIconList.java | 69 public void removeIcon(int index, int tag) { in removeIcon() 77 public StatusBarIconHolder getIcon(int index, int tag) { in getIcon() 81 public int getViewIndex(int slotIndex, int tag) { in getViewIndex() 129 public StatusBarIconHolder getHolderForTag(int tag) { in getHolderForTag() 146 int tag = holder.getTag(); in addHolder() local 154 public void removeForTag(int tag) { in removeForTag() 173 private void setSubSlot(StatusBarIconHolder holder, int tag) { in setSubSlot() 189 private int getIndexForTag(int tag) { in getIndexForTag() 219 public int viewIndexOffsetForTag(int tag) { in viewIndexOffsetForTag()
|
| /frameworks/base/core/java/android/os/ |
| D | DropBoxManager.java | 128 public Entry(@NonNull String tag, @CurrentTimeMillisLong long millis) { in Entry() 139 public Entry(@NonNull String tag, @CurrentTimeMillisLong long millis, in Entry() 155 public Entry(@NonNull String tag, @CurrentTimeMillisLong long millis, in Entry() 173 public Entry(@NonNull String tag, @CurrentTimeMillisLong long millis, in Entry() 191 public Entry(@NonNull String tag, @CurrentTimeMillisLong long millis, in Entry() 319 public void addText(@NonNull String tag, @NonNull String data) { in addText() 330 public void addData(@NonNull String tag, @Nullable byte[] data, @Flags int flags) { in addData() 353 public void addFile(@NonNull String tag, @NonNull File file, @Flags int flags) in addFile() 372 public boolean isTagEnabled(String tag) { in isTagEnabled() 389 public @Nullable Entry getNextEntry(String tag, long msec) { in getNextEntry()
|
| /frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/ |
| D | RemoteLayoutLogAdapter.java | 33 public void warning(String tag, String message, Object viewCookie, 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 viewCookie, Object data) { in error() 61 public void error(String tag, String message, Throwable throwable, Object viewCookie, in error() 71 public void logAndroidFramework(int priority, String tag, String message) { in logAndroidFramework()
|
| /frameworks/base/keystore/java/android/security/keystore2/ |
| D | KeyStore2ParameterUtils.java | 49 static @NonNull KeyParameter makeBool(int tag) { in makeBool() 67 static @NonNull KeyParameter makeEnum(int tag, int v) { in makeEnum() 111 static @NonNull KeyParameter makeInt(int tag, int v) { in makeInt() 129 static @NonNull KeyParameter makeLong(int tag, long v) { in makeLong() 147 static @NonNull KeyParameter makeBytes(int tag, @NonNull byte[] b) { in makeBytes() 164 static @NonNull KeyParameter makeBignum(int tag, @NonNull BigInteger b) { in makeBignum() 181 static @NonNull KeyParameter makeDate(int tag, @NonNull Date date) { in makeDate()
|
| /frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/ |
| D | RemoteLayoutLogAdapter.java | 40 public void warning(String tag, String message, Object viewCookie, 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, Object viewCookie, Serializable data) { in error() 56 …public void error(String tag, String message, Throwable throwable, Object viewCookie, Serializable… in error() 61 public void logAndroidFramework(int priority, String tag, String message) { in logAndroidFramework()
|
| /frameworks/base/services/robotests/backup/src/com/android/server/backup/testing/ |
| D | TestUtils.java | 98 public static void assertLogcatAtMost(String tag, int level) { in assertLogcatAtMost() 108 public static void assertLogcatAtLeast(String tag, int level) { in assertLogcatAtLeast() 124 public static void assertLogcat(String tag, int... logs) { in assertLogcat() 132 public static void assertLogcatContains(String tag, Predicate<ShadowLog.LogItem> predicate) { in assertLogcatContains() 137 public static void assertEventLogged(int tag, Object... values) { in assertEventLogged() 143 public static void assertEventNotLogged(int tag, Object... values) { in assertEventNotLogged()
|
| /frameworks/base/libs/services/src/os/ |
| D | DropBoxManager.cpp | 46 DropBoxManager::Entry::Entry(const String16& tag, int32_t flags) in Entry() 55 DropBoxManager::Entry::Entry(const String16& tag, int32_t flags, int fd) in Entry() 181 DropBoxManager::addText(const String16& tag, const string& text) in addText() 187 DropBoxManager::addData(const String16& tag, uint8_t const* data, in addData() 204 DropBoxManager::addFile(const String16& tag, const string& filename, int flags) in addFile() 217 DropBoxManager::addFile(const String16& tag, int fd, int flags) in addFile()
|