/aosp12/packages/apps/DeskClock/src/com/android/deskclock/ |
H A D | LogUtils.kt | 55 fun wtf(message: String, vararg args: Any?) { regex 60 fun wtf(e: Throwable) { regex 139 fun wtf(message: String, vararg args: Any?) { regex 149 fun wtf(e: Throwable) { regex
|
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/core/util/ |
H A D | L.java | 97 public static void wtf(@NonNull String msg) { in wtf() method in L 107 public static void wtf(Exception e, @NonNull String msg) { in wtf() method in L
|
/aosp12/packages/services/Telephony/src/com/android/services/telephony/ |
H A 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
|
/aosp12/frameworks/base/services/core/java/com/android/server/utils/ |
H A D | Slogf.java | 120 public static int wtf(String tag, String msg) { in wtf() method in Slogf 135 public static int wtf(String tag, Throwable tr) { in wtf() method in Slogf 140 public static int wtf(String tag, String msg, Throwable tr) { in wtf() method in Slogf 256 public static void wtf(String tag, String format, @Nullable Object... args) { in wtf() method in Slogf 263 public static void wtf(String tag, Exception exception, String format, in wtf() method in Slogf
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | Slog.java | 97 public static int wtf(String tag, String msg) { in wtf() method in Slog 123 public static int wtf(String tag, Throwable tr) { in wtf() method in Slog 133 public static int wtf(String tag, String msg, Throwable tr) { in wtf() method in Slog
|
H A D | Log.java | 274 public static int wtf(@Nullable String tag, @Nullable String msg) { in wtf() method in Log 293 public static int wtf(@Nullable String tag, @NonNull Throwable tr) { in wtf() method in Log 304 public static int wtf(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in wtf() method in Log 309 static int wtf(int logId, @Nullable String tag, @Nullable String msg, @Nullable Throwable tr, in wtf() method in Log
|
/aosp12/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
|
/aosp12/packages/services/Car/tests/GarageModeTestApp/src/com/google/android/car/garagemode/testapp/ |
H A D | Logger.java | 80 public void wtf(String msg) { in wtf() method in Logger 85 public void wtf(String msg, Exception ex) { in wtf() method in Logger
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/common/ |
H A D | Logger.java | 175 public void wtf(String message) { in wtf() method in Logger 186 public void wtf(String message, Throwable throwable) { in wtf() method in Logger
|
/aosp12/packages/apps/UniversalMediaPlayer/java/com/android/pump/util/ |
H A D | Clog.java | 107 public static int wtf(@NonNull String tag, @NonNull String msg) { in wtf() method in Clog 111 public static int wtf(@NonNull String tag, @NonNull Throwable tr) { in wtf() method in Clog 115 public static int wtf(@NonNull String tag, @NonNull String msg, @NonNull Throwable tr) { in wtf() method in Clog
|
/aosp12/packages/services/Telephony/src/com/android/phone/vvm/ |
H A D | VvmLog.java | 96 public static int wtf(String tag, String log) { in wtf() method in VvmLog 101 public static int wtf(String tag, String log, Throwable e) { in wtf() method in VvmLog
|
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/utils/ |
H A D | Log.java | 216 public void wtf(String prefix, String msg) { in wtf() method in Log 232 public void wtf(String prefix, String msg, Throwable tr) { in wtf() method in Log
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | SystemLoggingContainer.java | 44 public void wtf(String TAG, String msg, Throwable tr) { in wtf() method in SystemLoggingContainer
|
/aosp12/frameworks/base/telecomm/java/android/telecom/ |
H A D | Log.java | 162 public static void wtf(String prefix, Throwable tr, String format, Object... args) { in wtf() method in Log 166 public static void wtf(Object objectPrefix, Throwable tr, String format, Object... args) { in wtf() method in Log 171 public static void wtf(String prefix, String format, Object... args) { in wtf() method in Log 176 public static void wtf(Object objectPrefix, String format, Object... args) { in wtf() method in Log
|
/aosp12/frameworks/base/core/java/com/android/internal/protolog/common/ |
H A D | ProtoLog.java | 124 public static void wtf(IProtoLogGroup group, String messageString, Object... args) { in wtf() method in ProtoLog
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/ |
H A D | LogUtil.java | 189 public static void wtf(final String tag, final String msg) { in wtf() method in LogUtil 205 public static void wtf(final String tag, final String msg, final Throwable tr) { in wtf() method in LogUtil
|
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/ |
H A D | VvmLog.java | 96 public static void wtf(String tag, String log) { in wtf() method in VvmLog 101 public static void wtf(String tag, String log, Throwable e) { in wtf() method in VvmLog
|
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/utils/ |
H A D | LogUtils.java | 314 public static void wtf(String tag, String format, Object... args) { in wtf() method in LogUtils 331 public static void wtf(String tag, Throwable tr, String format, Object... args) { in wtf() method in LogUtils
|
/aosp12/frameworks/base/tools/lock_agent/java/com/android/lock_checker/ |
H A D | LockHook.java | 116 static void wtf(Violation v) { in wtf() method in LockHook 166 public void wtf(Violation v) { in wtf() method in LockHook.WtfHandler
|
/aosp12/frameworks/base/services/core/java/com/android/server/content/ |
H A D | SyncJobService.java | 215 private static void wtf(String message) { in wtf() method in SyncJobService
|
/aosp12/frameworks/base/core/java/com/android/internal/protolog/ |
H A D | ProtoLogImpl.java | 79 public static void wtf(IProtoLogGroup group, int messageHash, int paramsMask, in wtf() method in ProtoLogImpl
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/protolog/ |
H A D | ShellProtoLogImpl.java | 91 public static void wtf(IProtoLogGroup group, int messageHash, int paramsMask, in wtf() method in ShellProtoLogImpl
|
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | RuntimeInit.java | 398 public static void wtf(String tag, Throwable t, boolean system) { in wtf() method in RuntimeInit
|
/aosp12/frameworks/base/services/core/java/com/android/server/appop/ |
H A D | HistoricalRegistry.java | 1953 private static void wtf(@Nullable String message, @Nullable Throwable t, in wtf() method in HistoricalRegistry
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | BaseShortcutManagerTest.java | 549 void wtf(String message, Throwable th) { in wtf() method in BaseShortcutManagerTest.ShortcutServiceTestable
|