Home
last modified time | relevance | path

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

/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.java259 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/
DLog.java134 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/
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/packages/SystemUI/src/com/android/systemui/classifier/
DFalsingLog.java141 public static synchronized void wtf(String tag, String s, Throwable here) { in wtf() method in FalsingLog
/frameworks/base/core/java/com/android/internal/os/
DRuntimeInit.java357 public static void wtf(String tag, Throwable t, boolean system) { in wtf() method in RuntimeInit
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java3644 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/
DBaseShortcutManagerTest.java415 void wtf(String message, Throwable th) { in wtf() method in BaseShortcutManagerTest.ShortcutServiceTestable