/aosp12/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/debug/ |
H A D | Log.java | 64 public static void d(Tag tag, String msg, Throwable tr) { in d() 66 android.util.Log.d(tag.toString(), msg, tr); in d() local 76 public static void e(Tag tag, String msg, Throwable tr) { in e() 78 android.util.Log.e(tag.toString(), msg, tr); in e() local 88 public static void i(Tag tag, String msg, Throwable tr) { in i() 90 android.util.Log.i(tag.toString(), msg, tr); in i() local 100 public static void v(Tag tag, String msg, Throwable tr) { in v() 102 android.util.Log.v(tag.toString(), msg, tr); in v() local 112 public static void w(Tag tag, String msg, Throwable tr) { in w() 114 android.util.Log.w(tag.toString(), msg, tr); in w() local
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | LockTaskControllerTest.java | 178 Task tr = getTask(LOCK_TASK_AUTH_ALLOWLISTED); in testStartLockTaskMode_once() local 215 Task tr = getTask(LOCK_TASK_AUTH_PINNABLE); in testStartLockTaskMode_pinningRequest() local 227 Task tr = getTask(LOCK_TASK_AUTH_PINNABLE); in testStartLockTaskMode_pinnedBySystem() local 246 Task tr = getTask(LOCK_TASK_AUTH_ALLOWLISTED); in testLockTaskViolation() local 270 Task tr = getTask(LOCK_TASK_AUTH_ALLOWLISTED); in testLockTaskViolation_emergencyCall() local 302 Task tr = getTask(LOCK_TASK_AUTH_ALLOWLISTED); in testStopLockTaskMode() local 319 Task tr = getTask(LOCK_TASK_AUTH_ALLOWLISTED); in testStopLockTaskMode_differentCaller() local 331 Task tr = getTask(LOCK_TASK_AUTH_ALLOWLISTED); in testStopLockTaskMode_systemCaller() local 386 Task tr = getTask(LOCK_TASK_AUTH_PINNABLE); in testStopLockTaskMode_pinned() local 754 Task tr = mock(Task.class); in getTask() local [all …]
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | Slog.java | 39 public static int v(String tag, String msg, Throwable tr) { in v() 50 public static int d(String tag, String msg, Throwable tr) { in d() 60 public static int i(String tag, String msg, Throwable tr) { in i() 71 public static int w(String tag, String msg, Throwable tr) { in w() 76 public static int w(String tag, Throwable tr) { in w() 86 public static int e(String tag, String msg, Throwable tr) { in e() 123 public static int wtf(String tag, Throwable tr) { in wtf() 133 public static int wtf(String tag, String msg, Throwable tr) { in wtf()
|
H A D | Log.java | 145 public static int v(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in v() 166 public static int d(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in d() 187 public static int i(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in i() 208 public static int w(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in w() 240 public static int w(@Nullable String tag, @Nullable Throwable tr) { in w() 261 public static int e(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in e() 293 public static int wtf(@Nullable String tag, @NonNull Throwable tr) { in wtf() 304 public static int wtf(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in wtf() 309 static int wtf(int logId, @Nullable String tag, @Nullable String msg, @Nullable Throwable tr, in wtf() 347 public static String getStackTraceString(@Nullable Throwable tr) { in getStackTraceString() [all …]
|
/aosp12/frameworks/base/services/robotests/src/com/android/server/testing/shadows/ |
H A D | ShadowSlog.java | 33 protected static int v(String tag, String msg, Throwable tr) { in v() 43 protected static int d(String tag, String msg, Throwable tr) { in d() 53 protected static int i(String tag, String msg, Throwable tr) { in i() 63 protected static int w(String tag, String msg, Throwable tr) { in w() 68 protected static int w(String tag, Throwable tr) { in w() 78 protected static int e(String tag, String msg, Throwable tr) { in e() 98 protected static int wtf(String tag, Throwable tr) { in wtf() 103 protected static int wtf(String tag, String msg, Throwable tr) { in wtf()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
H A D | Log.java | 23 public static int v(String tag, String msg, Throwable tr) { in v() 29 public static int d(String tag, String msg, Throwable tr) { in d() 35 public static int i(String tag, String msg, Throwable tr) { in i() 41 public static int w(String tag, String msg, Throwable tr) { in w() 44 public static int w(String tag, Throwable tr) { in w() 50 public static int e(String tag, String msg, Throwable tr) { in e()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
H A D | Log.java | 23 public static int v(String tag, String msg, Throwable tr) { in v() 29 public static int d(String tag, String msg, Throwable tr) { in d() 35 public static int i(String tag, String msg, Throwable tr) { in i() 41 public static int w(String tag, String msg, Throwable tr) { in w() 44 public static int w(String tag, Throwable tr) { in w() 50 public static int e(String tag, String msg, Throwable tr) { in e()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
H A D | Log.java | 24 public static int v(String tag, String msg, Throwable tr) { in v() 30 public static int d(String tag, String msg, Throwable tr) { in d() 36 public static int i(String tag, String msg, Throwable tr) { in i() 42 public static int w(String tag, String msg, Throwable tr) { in w() 45 public static int w(String tag, Throwable tr) { in w() 51 public static int e(String tag, String msg, Throwable tr) { in e()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
H A D | Log.java | 23 public static int v(String tag, String msg, Throwable tr) { in v() 29 public static int d(String tag, String msg, Throwable tr) { in d() 35 public static int i(String tag, String msg, Throwable tr) { in i() 41 public static int w(String tag, String msg, Throwable tr) { in w() 44 public static int w(String tag, Throwable tr) { in w() 50 public static int e(String tag, String msg, Throwable tr) { in e()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/debug/ |
H A D | Logger.java | 36 public void d(String msg, Throwable tr); in d() 45 public void e(String msg, Throwable tr); in e() 55 public void i(String msg, Throwable tr); in i() 65 public void v(String msg, Throwable tr); in v() 75 public void w(String msg, Throwable tr); in w()
|
H A D | Log.java | 82 public static void d(Tag tag, String msg, Throwable tr) { in d() 84 android.util.Log.d(tag.toString(), msg, tr); in d() local 106 public static void e(Tag tag, String msg, Throwable tr) { in e() 108 android.util.Log.e(tag.toString(), msg, tr); in e() local 130 public static void i(Tag tag, String msg, Throwable tr) { in i() 132 android.util.Log.i(tag.toString(), msg, tr); in i() local 154 public static void v(Tag tag, String msg, Throwable tr) { in v() 156 android.util.Log.v(tag.toString(), msg, tr); in v() local 178 public static void w(Tag tag, String msg, Throwable tr) { in w() 180 android.util.Log.w(tag.toString(), msg, tr); in w() local
|
/aosp12/packages/apps/UniversalMediaPlayer/java/com/android/pump/util/ |
H A D | Clog.java | 63 public static int v(@NonNull String tag, @NonNull String msg, @NonNull Throwable tr) { in v() 71 public static int d(@NonNull String tag, @NonNull String msg, @NonNull Throwable tr) { in d() 79 public static int i(@NonNull String tag, @NonNull String msg, @NonNull Throwable tr) { in i() 87 public static int w(@NonNull String tag, @NonNull String msg, @NonNull Throwable tr) { in w() 95 public static int w(@NonNull String tag, @NonNull Throwable tr) { in w() 103 public static int e(@NonNull String tag, @NonNull String msg, @NonNull Throwable tr) { in e() 111 public static int wtf(@NonNull String tag, @NonNull Throwable tr) { in wtf() 115 public static int wtf(@NonNull String tag, @NonNull String msg, @NonNull Throwable tr) { in wtf() 119 public static @NonNull String getStackTraceString(@NonNull Throwable tr) { in getStackTraceString()
|
/aosp12/frameworks/multidex/library/test/src/android/util/ |
H A D | Log.java | 78 public static int v(String tag, String msg, Throwable tr) { in v() 99 public static int d(String tag, String msg, Throwable tr) { in d() 120 public static int i(String tag, String msg, Throwable tr) { in i() 141 public static int w(String tag, String msg, Throwable tr) { in w() 151 public static int w(String tag, Throwable tr) { in w() 172 public static int e(String tag, String msg, Throwable tr) { in e() 180 public static String getStackTraceString(Throwable tr) { in getStackTraceString()
|
/aosp12/frameworks/base/core/java/android/telephony/ |
H A D | Rlog.java | 46 public static int v(String tag, String msg, Throwable tr) { in v() 57 public static int d(String tag, String msg, Throwable tr) { in d() 68 public static int i(String tag, String msg, Throwable tr) { in i() 79 public static int w(String tag, String msg, Throwable tr) { in w() 84 public static int w(String tag, Throwable tr) { in w() 94 public static int e(String tag, String msg, Throwable tr) { in e()
|
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/utils/ |
H A D | Log.java | 76 public void v(String prefix, String msg, Throwable tr) { in v() 107 public void d(String prefix, String msg, Throwable tr) { in d() 138 public void i(String prefix, String msg, Throwable tr) { in i() 169 public void w(String prefix, String msg, Throwable tr) { in w() 200 public void e(String prefix, String msg, Throwable tr) { in e() 232 public void wtf(String prefix, String msg, Throwable tr) { in wtf()
|
/aosp12/frameworks/base/telephony/java/com/android/telephony/ |
H A D | Rlog.java | 47 public static int v(String tag, String msg, Throwable tr) { in v() 56 public static int d(String tag, String msg, Throwable tr) { in d() 65 public static int i(String tag, String msg, Throwable tr) { in i() 74 public static int w(String tag, String msg, Throwable tr) { in w() 79 public static int w(String tag, Throwable tr) { in w() 87 public static int e(String tag, String msg, Throwable tr) { in e()
|
/aosp12/frameworks/base/services/core/java/com/android/server/utils/ |
H A D | Slogf.java | 70 public static int v(String tag, String msg, Throwable tr) { in v() 80 public static int d(String tag, String msg, Throwable tr) { in d() 90 public static int i(String tag, String msg, Throwable tr) { in i() 100 public static int w(String tag, String msg, Throwable tr) { in w() 105 public static int w(String tag, Throwable tr) { in w() 115 public static int e(String tag, String msg, Throwable tr) { in e() 135 public static int wtf(String tag, Throwable tr) { in wtf() 140 public static int wtf(String tag, String msg, Throwable tr) { in wtf()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/ |
H A D | LogUtil.java | 87 public static void v(final String tag, final String msg, final Throwable tr) { in v() 109 public static void d(final String tag, final String msg, final Throwable tr) { in d() 131 public static void i(final String tag, final String msg, final Throwable tr) { in i() 153 public static void w(final String tag, final String msg, final Throwable tr) { in w() 175 public static void e(final String tag, final String msg, final Throwable tr) { in e() 205 public static void wtf(final String tag, final String msg, final Throwable tr) { in wtf()
|
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/utils/ |
H A D | LogUtils.java | 172 public static void v(String tag, Throwable tr, String format, Object... args) { in v() 203 public static void d(String tag, Throwable tr, String format, Object... args) { in d() 234 public static void i(String tag, Throwable tr, String format, Object... args) { in i() 265 public static void w(String tag, Throwable tr, String format, Object... args) { in w() 296 public static void e(String tag, Throwable tr, String format, Object... args) { in e() 331 public static void wtf(String tag, Throwable tr, String format, Object... args) { in wtf()
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | SystemLoggingContainer.java | 40 public void e(String TAG, String msg, Throwable tr) { in e() 44 public void wtf(String TAG, String msg, Throwable tr) { in wtf()
|
/aosp12/packages/services/Telephony/src/com/android/services/telephony/ |
H A D | Log.java | 83 public static void e(String prefix, Throwable tr, String format, Object... args) { in e() 88 public static void e(Object objectPrefix, Throwable tr, String format, Object... args) { in e() 93 public static void wtf(String prefix, Throwable tr, String format, Object... args) { in wtf() 98 public static void wtf(Object objectPrefix, Throwable tr, String format, Object... args) { in wtf()
|
/aosp12/frameworks/base/core/java/com/android/internal/policy/ |
H A D | ClipRectLRAnimation.java | 44 protected void applyTransformation(float it, Transformation tr) { in applyTransformation()
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | TransactionTracker.java | 46 public void addTrace(Throwable tr) { in addTrace()
|
/aosp12/frameworks/base/core/java/android/view/textclassifier/ |
H A D | Log.java | 54 public static void e(String tag, String msg, Throwable tr) { in e()
|
/aosp12/art/test/2006-virtual-structural-finalizing/src-art/art/ |
H A D | Test2006.java | 113 Transform tr = new Transform(); in mktransform() local
|