Searched defs:wtf (Results 1 – 5 of 5) sorted by relevance
/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 | 255 public static int wtf(String tag, String msg) { in wtf() method in Log 274 public static int wtf(String tag, Throwable tr) { in wtf() method in Log 285 public static int wtf(String tag, String msg, Throwable tr) { in wtf() method in Log 289 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 | 108 public static void wtf(String prefix, Throwable tr, String format, Object... args) { in wtf() method in Log 112 public static void wtf(Object objectPrefix, Throwable tr, String format, Object... args) { in wtf() method in Log 117 public static void wtf(String prefix, String format, Object... args) { in wtf() method in Log 122 public static void wtf(Object objectPrefix, String format, Object... args) { in wtf() method in Log
|
/frameworks/volley/src/com/android/volley/ |
D | VolleyLog.java | 66 public static void wtf(String format, Object... args) { in wtf() method in VolleyLog 70 public static void wtf(Throwable tr, String format, Object... args) { in wtf() method in VolleyLog
|
/frameworks/base/core/java/com/android/internal/os/ |
D | RuntimeInit.java | 341 public static void wtf(String tag, Throwable t, boolean system) { in wtf() method in RuntimeInit
|