Home
last modified time | relevance | path

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

/frameworks/base/services/robotests/src/com/android/server/testing/shadows/
DShadowSlog.java83 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/
DSlog.java93 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
DLog.java272 public static int wtf(@Nullable String tag, @Nullable String msg) { in wtf() method in Log
291 public static int wtf(@Nullable String tag, @NonNull Throwable tr) { in wtf() method in Log
302 public static int wtf(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in wtf() method in Log
307 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/
DLog.java158 public static void wtf(String prefix, Throwable tr, String format, Object... args) { in wtf() method in Log
162 public static void wtf(Object objectPrefix, Throwable tr, String format, Object... args) { in wtf() method in Log
167 public static void wtf(String prefix, String format, Object... args) { in wtf() method in Log
172 public static void wtf(Object objectPrefix, String format, Object... args) { in wtf() method in Log
/frameworks/base/tools/lock_agent/java/com/android/lock_checker/
DLockHook.java116 static void wtf(Violation v) { in wtf() method in LockHook
166 public void wtf(Violation v) { in wtf() method in LockHook.WtfHandler
/frameworks/base/services/core/java/com/android/server/content/
DSyncJobService.java212 private static void wtf(String message) { in wtf() method in SyncJobService
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DFalsingLog.java139 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.java439 public static void wtf(String tag, Throwable t, boolean system) { in wtf() method in RuntimeInit
/frameworks/base/services/core/java/com/android/server/appop/
DHistoricalRegistry.java1755 private static void wtf(@Nullable String message, @Nullable Throwable t, in wtf() method in HistoricalRegistry
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java4306 final void wtf(String message) { in wtf() method in ShortcutService
4311 void wtf(String message, Throwable e) { in wtf() method in ShortcutService
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java481 void wtf(String message, Throwable th) { in wtf() method in BaseShortcutManagerTest.ShortcutServiceTestable
/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java3440 private void wtf(@Nullable Exception e, String fmt, Object...args) { in wtf() method in Session