/frameworks/base/services/robotests/src/com/android/server/testing/shadows/ |
D | ShadowSlog.java | 83 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/ |
D | Slog.java | 93 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
|
D | Log.java | 272 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/ |
D | Log.java | 158 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/ |
D | LockHook.java | 116 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/ |
D | SyncJobService.java | 212 private static void wtf(String message) { in wtf() method in SyncJobService
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
D | FalsingLog.java | 139 public static synchronized void wtf(String tag, String s, Throwable here) { in wtf() method in FalsingLog
|
/frameworks/base/core/java/com/android/internal/os/ |
D | RuntimeInit.java | 439 public static void wtf(String tag, Throwable t, boolean system) { in wtf() method in RuntimeInit
|
/frameworks/base/services/core/java/com/android/server/appop/ |
D | HistoricalRegistry.java | 1755 private static void wtf(@Nullable String message, @Nullable Throwable t, in wtf() method in HistoricalRegistry
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ShortcutService.java | 4306 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/ |
D | BaseShortcutManagerTest.java | 481 void wtf(String message, Throwable th) { in wtf() method in BaseShortcutManagerTest.ShortcutServiceTestable
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | Session.java | 3440 private void wtf(@Nullable Exception e, String fmt, Object...args) { in wtf() method in Session
|