Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/util/
H A 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
H A 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
/aosp14/frameworks/base/services/robotests/src/com/android/server/testing/shadows/
H A 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
/aosp14/frameworks/base/services/core/java/com/android/server/utils/
H A 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
/aosp14/frameworks/base/packages/SystemUI/log/src/com/android/systemui/log/core/
H A DLogger.kt220 fun wtf( regex
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/util/
H A DKtProtoLog.kt68 fun wtf(group: IProtoLogGroup, messageString: String, vararg args: Any) { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/log/table/
H A DLogProxy.kt40 fun wtf(tag: String, message: String) regex
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A 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
/aosp14/frameworks/base/core/java/com/android/internal/protolog/common/
H A DProtoLog.java142 public static void wtf(IProtoLogGroup group, String messageString, Object... args) { in wtf() method in ProtoLog
/aosp14/frameworks/base/tools/lock_agent/java/com/android/lock_checker/
H A DLockHook.java116 static void wtf(Violation v) { in wtf() method in LockHook
166 public void wtf(Violation v) { in wtf() method in LockHook.WtfHandler
/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DSyncJobService.java215 private static void wtf(String message) { in wtf() method in SyncJobService
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/protolog/
H A DShellProtoLogImpl.java84 public static void wtf(IProtoLogGroup group, int messageHash, int paramsMask, in wtf() method in ShellProtoLogImpl
/aosp14/frameworks/base/core/java/com/android/internal/protolog/
H A DProtoLogImpl.java80 public static void wtf(IProtoLogGroup group, int messageHash, int paramsMask, in wtf() method in ProtoLogImpl
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DRuntimeInit.java402 public static void wtf(String tag, Throwable t, boolean system) { in wtf() method in RuntimeInit
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilderTest.java1989 Log.TerribleFailure wtf = mLastWtf; in expectWtfs() local
/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DHistoricalRegistry.java1953 private static void wtf(@Nullable String message, @Nullable Throwable t, in wtf() method in HistoricalRegistry
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java551 void wtf(String message, Throwable th) { in wtf() method in BaseShortcutManagerTest.ShortcutServiceTestable
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java6287 private void wtf(@Nullable Exception e, String fmt, Object...args) { in wtf() method
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...