| /frameworks/base/services/robotests/src/com/android/server/testing/shadows/ |
| 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
|
| /frameworks/base/core/java/android/util/ |
| D | Slog.java | 93 public static int wtf(String tag, String msg) { in wtf() method in Slog 119 public static int wtf(String tag, Throwable tr) { in wtf() method in Slog 129 public static int wtf(String tag, String msg, Throwable tr) { in wtf() method in Slog
|
| D | Log.java | 276 public static int wtf(@Nullable String tag, @Nullable String msg) { in wtf() method in Log 295 public static int wtf(@Nullable String tag, @NonNull Throwable tr) { in wtf() method in Log 306 public static int wtf(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in wtf() method in Log 311 static int wtf(int logId, @Nullable String tag, @Nullable String msg, @Nullable Throwable tr, in wtf() method in Log
|
| /frameworks/base/telecomm/java/android/telecom/ |
| 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
|
| /frameworks/base/services/core/java/com/android/server/protolog/common/ |
| D | ProtoLog.java | 110 public static void wtf(IProtoLogGroup group, String messageString, Object... args) { in wtf() method in ProtoLog
|
| /frameworks/base/tools/lock_agent/java/com/android/lock_checker/ |
| 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
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
| D | FalsingLog.java | 139 public static synchronized void wtf(String tag, String s, Throwable here) { in wtf() method in FalsingLog
|
| /frameworks/base/services/core/java/com/android/server/content/ |
| D | SyncJobService.java | 212 private static void wtf(String message) { in wtf() method in SyncJobService
|
| /frameworks/base/core/java/com/android/internal/os/ |
| D | RuntimeInit.java | 442 public static void wtf(String tag, Throwable t, boolean system) { in wtf() method in RuntimeInit
|
| /frameworks/base/services/core/java/com/android/server/protolog/ |
| D | ProtoLogImpl.java | 116 public static void wtf(IProtoLogGroup group, int messageHash, int paramsMask, in wtf() method in ProtoLogImpl
|
| /frameworks/base/services/core/java/com/android/server/appop/ |
| D | HistoricalRegistry.java | 1887 private static void wtf(@Nullable String message, @Nullable Throwable t, in wtf() method in HistoricalRegistry
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
| D | BaseShortcutManagerTest.java | 485 void wtf(String message, Throwable th) { in wtf() method in BaseShortcutManagerTest.ShortcutServiceTestable
|
| /frameworks/base/services/core/java/com/android/server/pm/ |
| D | ShortcutService.java | 4796 final void wtf(String message) { in wtf() method in ShortcutService 4801 void wtf(String message, Throwable e) { in wtf() method in ShortcutService
|