Home
last modified time | relevance | path

Searched defs:wtf (Results 1 – 13 of 13) 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.java276 public static int wtf(@Nullable String tag, @Nullable String msg) { in wtf() method in Log
295 public static int wtf(@Nullable String tag, @NonNull Throwable tr) { in wtf() method in Log
306 public static int wtf(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in wtf() method in Log
311 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.java162 public static void wtf(String prefix, Throwable tr, String format, Object... args) { in wtf() method in Log
166 public static void wtf(Object objectPrefix, Throwable tr, String format, Object... args) { in wtf() method in Log
171 public static void wtf(String prefix, String format, Object... args) { in wtf() method in Log
176 public static void wtf(Object objectPrefix, String format, Object... args) { in wtf() method in Log
/frameworks/base/services/core/java/com/android/server/protolog/common/
DProtoLog.java110 public static void wtf(IProtoLogGroup group, String messageString, Object... args) { in wtf() method in ProtoLog
/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/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/services/core/java/com/android/server/content/
DSyncJobService.java212 private static void wtf(String message) { in wtf() method in SyncJobService
/frameworks/base/core/java/com/android/internal/os/
DRuntimeInit.java442 public static void wtf(String tag, Throwable t, boolean system) { in wtf() method in RuntimeInit
/frameworks/base/services/core/java/com/android/server/protolog/
DProtoLogImpl.java116 public static void wtf(IProtoLogGroup group, int messageHash, int paramsMask, in wtf() method in ProtoLogImpl
/frameworks/base/services/core/java/com/android/server/appop/
DHistoricalRegistry.java1887 private static void wtf(@Nullable String message, @Nullable Throwable t, in wtf() method in HistoricalRegistry
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java485 void wtf(String message, Throwable th) { in wtf() method in BaseShortcutManagerTest.ShortcutServiceTestable
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java4796 final void wtf(String message) { in wtf() method in ShortcutService
4801 void wtf(String message, Throwable e) { in wtf() method in ShortcutService