Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/utils/
DSlogf.java120 public static int wtf(String tag, String msg) { in wtf() method in Slogf
135 public static int wtf(String tag, Throwable tr) { in wtf() method in Slogf
140 public static int wtf(String tag, String msg, Throwable tr) { in wtf() method in Slogf
256 public static void wtf(String tag, String format, @Nullable Object... args) { in wtf() method in Slogf
263 public static void wtf(String tag, Exception exception, String format, in wtf() method in Slogf
/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.java219 public static int wtf(@Nullable String tag, @NonNull String msg) { in wtf() method in Slog
262 public static int wtf(@Nullable String tag, @Nullable Throwable tr) { in wtf() method in Slog
282 public static int wtf(@Nullable String tag, @NonNull String msg, @Nullable Throwable tr) { in wtf() method in Slog
DLog.java278 public static int wtf(@Nullable String tag, @Nullable String msg) { in wtf() method in Log
297 public static int wtf(@Nullable String tag, @NonNull Throwable tr) { in wtf() method in Log
308 public static int wtf(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in wtf() method in Log
313 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.java167 public static void wtf(String prefix, Throwable tr, String format, Object... args) { in wtf() method in Log
171 public static void wtf(Object objectPrefix, Throwable tr, String format, Object... args) { in wtf() method in Log
176 public static void wtf(String prefix, String format, Object... args) { in wtf() method in Log
181 public static void wtf(Object objectPrefix, String format, Object... args) { in wtf() method in Log
/frameworks/base/core/java/com/android/internal/protolog/common/
DProtoLog.java124 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/services/core/java/com/android/server/content/
DSyncJobService.java215 private static void wtf(String message) { in wtf() method in SyncJobService
/frameworks/base/core/java/com/android/internal/protolog/
DProtoLogImpl.java80 public static void wtf(IProtoLogGroup group, int messageHash, int paramsMask, in wtf() method in ProtoLogImpl
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/protolog/
DShellProtoLogImpl.java84 public static void wtf(IProtoLogGroup group, int messageHash, int paramsMask, in wtf() method in ShellProtoLogImpl
/frameworks/base/core/java/com/android/internal/os/
DRuntimeInit.java398 public static void wtf(String tag, Throwable t, boolean system) { in wtf() method in RuntimeInit
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilderTest.java1988 Log.TerribleFailure wtf = mLastWtf; in expectWtfs() local
/frameworks/base/services/core/java/com/android/server/appop/
DHistoricalRegistry.java1953 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.java551 void wtf(String message, Throwable th) { in wtf() method in BaseShortcutManagerTest.ShortcutServiceTestable