/frameworks/base/core/java/android/util/ |
D | Slog.java | 81 public static int wtf(String tag, String msg) { in wtf() method in Slog 106 public static int wtf(String tag, Throwable tr) { in wtf() method in Slog 115 public static int wtf(String tag, String msg, Throwable tr) { in wtf() method in Slog
|
D | Log.java | 259 public static int wtf(String tag, String msg) { in wtf() method in Log 278 public static int wtf(String tag, Throwable tr) { in wtf() method in Log 289 public static int wtf(String tag, String msg, Throwable tr) { in wtf() method in Log 293 static int wtf(int logId, String tag, String msg, Throwable tr, boolean localStack, in wtf() method in Log
|
/frameworks/base/telecomm/java/android/telecom/ |
D | Log.java | 134 public static void wtf(String prefix, Throwable tr, String format, Object... args) { in wtf() method in Log 138 public static void wtf(Object objectPrefix, Throwable tr, String format, Object... args) { in wtf() method in Log 143 public static void wtf(String prefix, String format, Object... args) { in wtf() method in Log 148 public static void wtf(Object objectPrefix, String format, Object... args) { in wtf() method in Log
|
/frameworks/volley/src/main/java/com/android/volley/ |
D | VolleyLog.java | 71 public static void wtf(String format, Object... args) { in wtf() method in VolleyLog 75 public static void wtf(Throwable tr, String format, Object... args) { in wtf() method in VolleyLog
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
D | FalsingLog.java | 141 public static synchronized void wtf(String tag, String s, Throwable here) { in wtf() method in FalsingLog
|
/frameworks/base/core/java/com/android/internal/os/ |
D | RuntimeInit.java | 357 public static void wtf(String tag, Throwable t, boolean system) { in wtf() method in RuntimeInit
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ShortcutService.java | 3644 final void wtf(String message) { in wtf() method in ShortcutService 3649 void wtf(String message, Throwable e) { in wtf() method in ShortcutService
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | BaseShortcutManagerTest.java | 415 void wtf(String message, Throwable th) { in wtf() method in BaseShortcutManagerTest.ShortcutServiceTestable
|