Home
last modified time | relevance | path

Searched defs:wtf (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DLog.java108 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/base/core/java/android/util/
DSlog.java81 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
DLog.java255 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/volley/src/main/java/com/android/volley/
DVolleyLog.java71 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/core/java/com/android/internal/os/
DRuntimeInit.java346 public static void wtf(String tag, Throwable t, boolean system) { in wtf() method in RuntimeInit