/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/ |
D | LogUtils.kt | 55 fun wtf(message: String, vararg args: Any?) { in wtf() method 60 fun wtf(e: Throwable) { in wtf() method 139 fun wtf(message: String, vararg args: Any?) { in wtf() method 149 fun wtf(e: Throwable) { in wtf() method in com.android.deskclock.LogUtils.Logger
|
/aosp_15_r20/external/cronet/base/android/java/src/org/chromium/base/ |
H A D | Log.java | 703 public static void wtf(String tag, String messageTemplate, Object... args) { in wtf() method in Log 720 public static void wtf(String tag, String message) { in wtf() method in Log 725 public static void wtf(String tag, String message, Throwable t) { in wtf() method in Log 730 public static void wtf(String tag, String messageTemplate, Object param1) { in wtf() method in Log 736 public static void wtf(String tag, String messageTemplate, Object param1, Throwable t) { in wtf() method in Log 742 public static void wtf(String tag, String messageTemplate, Object param1, Object param2) { in wtf() method in Log 748 public static void wtf( in wtf() method in Log 755 public static void wtf( in wtf() method in Log 763 public static void wtf( in wtf() method in Log 776 public static void wtf( in wtf() method in Log [all …]
|
/aosp_15_r20/packages/services/Car/car-builtin-lib/src/android/car/builtin/util/ |
D | Slogf.java | 122 public static int wtf(@NonNull String tag, @NonNull String msg) { in wtf() method in Slogf 127 public static int wtf(@NonNull String tag, @NonNull Throwable tr) { in wtf() method in Slogf 132 public static int wtf(@NonNull String tag, @NonNull String msg, @NonNull Throwable tr) { in wtf() method in Slogf 246 public static void wtf(@NonNull String tag, @NonNull String format, @Nullable Object... args) { in wtf() method in Slogf 253 public static void wtf(@NonNull String tag, @NonNull Exception exception, in wtf() method in Slogf
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/utils/ |
H A D | Slogf.java | 117 public static int wtf(String tag, String msg) { in wtf() method in Slogf 132 public static int wtf(String tag, Throwable tr) { in wtf() method in Slogf 137 public static int wtf(String tag, String msg, Throwable tr) { in wtf() method in Slogf 197 public static void wtf(String tag, String format, @Nullable Object... args) { in wtf() method in Slogf 202 public static void wtf(String tag, Throwable throwable, String format, in wtf() method in Slogf
|
/aosp_15_r20/packages/services/Telephony/src/com/android/services/telephony/ |
D | Log.java | 93 public static void wtf(String prefix, Throwable tr, String format, Object... args) { in wtf() method in Log 98 public static void wtf(Object objectPrefix, Throwable tr, String format, Object... args) { in wtf() method in Log 103 public static void wtf(String prefix, String format, Object... args) { in wtf() method in Log 108 public static void wtf(Object objectPrefix, String format, Object... args) { in wtf() method in Log
|
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/log/ |
D | LogUtil.java | 254 public static void wtf(String message) { in wtf() method in LogUtil.CLog 264 public static void wtf(Throwable t) { in wtf() method in LogUtil.CLog 276 public static void wtf(String format, Object... args) { in wtf() method in LogUtil.CLog 287 public static void wtf(String message, Throwable t) { in wtf() method in LogUtil.CLog
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/log/table/ |
H A D | LogProxy.kt | 40 fun wtf(tag: String, message: String) in v() method 64 override fun wtf(tag: String, message: String) { in v() method in com.android.systemui.log.table.LogProxyDefault
|
/aosp_15_r20/frameworks/base/packages/SystemUI/log/src/com/android/systemui/log/core/ |
H A D | Logger.kt | 207 inline fun wtf( method in com.android.systemui.log.core.Logger 220 fun wtf( method
|
/aosp_15_r20/frameworks/base/core/java/android/util/ |
H A D | Slog.java | 220 public static int wtf(@Nullable String tag, @NonNull String msg) { in wtf() method in Slog 263 public static int wtf(@Nullable String tag, @Nullable Throwable tr) { in wtf() method in Slog 283 public static int wtf(@Nullable String tag, @NonNull String msg, @Nullable Throwable tr) { in wtf() method in Slog
|
H A D | Log.java | 299 public static int wtf(@Nullable String tag, @Nullable String msg) { in wtf() method in Log 319 public static int wtf(@Nullable String tag, @NonNull Throwable tr) { in wtf() method in Log 331 public static int wtf(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in wtf() method in Log 336 static int wtf(int logId, @Nullable String tag, @Nullable String msg, @Nullable Throwable tr, in wtf() method in Log
|
/aosp_15_r20/frameworks/base/services/robotests/src/com/android/server/testing/shadows/ |
H A D | ShadowSlog.java | 83 protected static int wtf(String tag, String msg) { in wtf() method in ShadowSlog 98 protected static int wtf(String tag, Throwable tr) { in wtf() method in ShadowSlog 103 protected static int wtf(String tag, String msg, Throwable tr) { in wtf() method in ShadowSlog
|
/aosp_15_r20/development/samples/browseable/SlidingTabsColors/src/com.example.android.common/logger/ |
H A D | Log.java | 212 public static void wtf(String tag, String msg, Throwable tr) { in wtf() method in Log 222 public static void wtf(String tag, String msg) { in wtf() method in Log 233 public static void wtf(String tag, Throwable tr) { in wtf() method in Log
|
/aosp_15_r20/development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.common/logger/ |
H A D | Log.java | 212 public static void wtf(String tag, String msg, Throwable tr) { in wtf() method in Log 222 public static void wtf(String tag, String msg) { in wtf() method in Log 233 public static void wtf(String tag, Throwable tr) { in wtf() method in Log
|
/aosp_15_r20/development/samples/browseable/PermissionRequest/src/com.example.android.common/logger/ |
H A D | Log.java | 212 public static void wtf(String tag, String msg, Throwable tr) { in wtf() method in Log 222 public static void wtf(String tag, String msg) { in wtf() method in Log 233 public static void wtf(String tag, Throwable tr) { in wtf() method in Log
|
/aosp_15_r20/development/samples/browseable/BasicNetworking/src/com.example.android.common.logger/ |
H A D | Log.java | 212 public static void wtf(String tag, String msg, Throwable tr) { in wtf() method in Log 222 public static void wtf(String tag, String msg) { in wtf() method in Log 233 public static void wtf(String tag, Throwable tr) { in wtf() method in Log
|
/aosp_15_r20/developers/build/prebuilts/gradle/DrawableTinting/Application/src/main/java/com/example/android/common/logger/ |
H A D | Log.java | 212 public static void wtf(String tag, String msg, Throwable tr) { in wtf() method in Log 222 public static void wtf(String tag, String msg) { in wtf() method in Log 233 public static void wtf(String tag, Throwable tr) { in wtf() method in Log
|
/aosp_15_r20/development/samples/browseable/RepeatingAlarm/src/com.example.android.common/logger/ |
H A D | Log.java | 212 public static void wtf(String tag, String msg, Throwable tr) { in wtf() method in Log 222 public static void wtf(String tag, String msg) { in wtf() method in Log 233 public static void wtf(String tag, Throwable tr) { in wtf() method in Log
|
/aosp_15_r20/development/samples/browseable/BasicImmersiveMode/src/com.example.android.common/logger/ |
H A D | Log.java | 212 public static void wtf(String tag, String msg, Throwable tr) { in wtf() method in Log 222 public static void wtf(String tag, String msg) { in wtf() method in Log 233 public static void wtf(String tag, Throwable tr) { in wtf() method in Log
|
/aosp_15_r20/development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.common/logger/ |
H A D | Log.java | 212 public static void wtf(String tag, String msg, Throwable tr) { in wtf() method in Log 222 public static void wtf(String tag, String msg) { in wtf() method in Log 233 public static void wtf(String tag, Throwable tr) { in wtf() method in Log
|
/aosp_15_r20/developers/build/prebuilts/gradle/BasicNetworking/Application/src/main/java/com/example/android/common/logger/ |
H A D | Log.java | 212 public static void wtf(String tag, String msg, Throwable tr) { in wtf() method in Log 222 public static void wtf(String tag, String msg) { in wtf() method in Log 233 public static void wtf(String tag, Throwable tr) { in wtf() method in Log
|
/aosp_15_r20/development/samples/browseable/RecyclerView/src/com.example.android.common/logger/ |
H A D | Log.java | 212 public static void wtf(String tag, String msg, Throwable tr) { in wtf() method in Log 222 public static void wtf(String tag, String msg) { in wtf() method in Log 233 public static void wtf(String tag, Throwable tr) { in wtf() method in Log
|
/aosp_15_r20/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/logger/ |
H A D | Log.java | 212 public static void wtf(String tag, String msg, Throwable tr) { in wtf() method in Log 222 public static void wtf(String tag, String msg) { in wtf() method in Log 233 public static void wtf(String tag, Throwable tr) { in wtf() method in Log
|
/aosp_15_r20/developers/build/prebuilts/gradle/ElevationDrag/Application/src/main/java/com/example/android/common/logger/ |
H A D | Log.java | 212 public static void wtf(String tag, String msg, Throwable tr) { in wtf() method in Log 222 public static void wtf(String tag, String msg) { in wtf() method in Log 233 public static void wtf(String tag, Throwable tr) { in wtf() method in Log
|
/aosp_15_r20/developers/build/prebuilts/gradle/Interpolator/Application/src/main/java/com/example/android/common/logger/ |
H A D | Log.java | 212 public static void wtf(String tag, String msg, Throwable tr) { in wtf() method in Log 222 public static void wtf(String tag, String msg) { in wtf() method in Log 233 public static void wtf(String tag, Throwable tr) { in wtf() method in Log
|
/aosp_15_r20/development/samples/browseable/DrawableTinting/src/com.example.android.common/logger/ |
H A D | Log.java | 212 public static void wtf(String tag, String msg, Throwable tr) { in wtf() method in Log 222 public static void wtf(String tag, String msg) { in wtf() method in Log 233 public static void wtf(String tag, Throwable tr) { in wtf() method in Log
|