Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/log/table/
DLogProxy.kt40 fun wtf(tag: String, message: String) in v() method
64 override fun wtf(tag: String, message: String) { in v() method in com.android.systemui.log.table.LogProxyDefault
/frameworks/base/packages/SystemUI/log/src/com/android/systemui/log/core/
DLogger.kt207 inline fun wtf( method in com.android.systemui.log.core.Logger
220 fun wtf( method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/util/
DKtProtoLog.kt68 fun wtf(group: IProtoLogGroup, messageString: String, vararg args: Any) { in wtf() method
/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.java293 public static int wtf(@Nullable String tag, @Nullable String msg) { in wtf() method in Log
313 public static int wtf(@Nullable String tag, @NonNull Throwable tr) { in wtf() method in Log
325 public static int wtf(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in wtf() method in Log
330 static int wtf(int logId, @Nullable String tag, @Nullable String msg, @Nullable Throwable tr, in wtf() method in Log
/frameworks/base/services/core/java/com/android/server/utils/
DSlogf.java117 public static int wtf(String tag, String msg) { in wtf() method in Slogf
132 public static int wtf(String tag, Throwable tr) { in wtf() method in Slogf
137 public static int wtf(String tag, String msg, Throwable tr) { in wtf() method in Slogf
197 public static void wtf(String tag, String format, @Nullable Object... args) { in wtf() method in Slogf
202 public static void wtf(String tag, Throwable throwable, String format, in wtf() method in Slogf
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/log/table/
DFakeLogProxy.kt53 override fun wtf(tag: String, message: String) { in wtf() method in com.android.systemui.log.table.FakeLogProxy
/frameworks/base/telecomm/java/android/telecom/
DLog.java168 public static void wtf(String prefix, Throwable tr, String format, Object... args) { in wtf() method in Log
172 public static void wtf(Object objectPrefix, Throwable tr, String format, Object... args) { in wtf() method in Log
177 public static void wtf(String prefix, String format, Object... args) { in wtf() method in Log
182 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.java142 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.java402 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.java1989 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
/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java6287 private void wtf(@Nullable Exception e, String fmt, Object...args) { in wtf() method