/packages/apps/DeskClock/src/com/android/deskclock/ |
D | LogUtils.java | 53 public static void wtf(String message, Object... args) { in wtf() method in LogUtils 57 public static void wtf(Throwable e) { in wtf() method in LogUtils 124 public void wtf(String message, Object... args) { in wtf() method in LogUtils.Logger 131 public void wtf(Throwable e) { in wtf() method in LogUtils.Logger
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | Log.java | 91 public static void wtf(String prefix, Throwable tr, String format, Object... args) { in wtf() method in Log 95 public static void wtf(Object objectPrefix, Throwable tr, String format, Object... args) { in wtf() method in Log 99 public static void wtf(String prefix, String format, Object... args) { in wtf() method in Log 103 public static void wtf(Object objectPrefix, String format, Object... args) { in wtf() method in Log
|
/packages/apps/Car/Messenger/src/com/android/car/messenger/log/ |
D | L.java | 111 public static void wtf(String tag, @NonNull String msg, Object... args) { in wtf() method in L 123 public static void wtf(String tag, Exception e, @NonNull String msg, Object... args) { in wtf() method in L
|
/packages/services/Car/tests/GarageModeTestApp/src/com/google/android/car/garagemode/testapp/ |
D | Logger.java | 80 public void wtf(String msg) { in wtf() method in Logger 85 public void wtf(String msg, Exception ex) { in wtf() method in Logger
|
/packages/apps/Car/libs/car-settings-lib/src/com/android/car/settingslib/log/ |
D | LoggerBase.java | 194 public void wtf(String message) { in wtf() method in LoggerBase 205 public void wtf(String message, Throwable throwable) { in wtf() method in LoggerBase
|
/packages/apps/UniversalMediaPlayer/java/com/android/pump/util/ |
D | Clog.java | 107 public static int wtf(@NonNull String tag, @NonNull String msg) { in wtf() method in Clog 111 public static int wtf(@NonNull String tag, @NonNull Throwable tr) { in wtf() method in Clog 115 public static int wtf(@NonNull String tag, @NonNull String msg, @NonNull Throwable tr) { in wtf() method in Clog
|
/packages/services/Telephony/src/com/android/phone/vvm/ |
D | VvmLog.java | 96 public static int wtf(String tag, String log) { in wtf() method in VvmLog 101 public static int wtf(String tag, String log, Throwable e) { in wtf() method in VvmLog
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | SystemLoggingContainer.java | 44 public void wtf(String TAG, String msg, Throwable tr) { in wtf() method in SystemLoggingContainer
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | LogUtil.java | 189 public static void wtf(final String tag, final String msg) { in wtf() method in LogUtil 205 public static void wtf(final String tag, final String msg, final Throwable tr) { in wtf() method in LogUtil
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/utils/ |
D | LogUtils.java | 314 public static void wtf(String tag, String format, Object... args) { in wtf() method in LogUtils 331 public static void wtf(String tag, Throwable tr, String format, Object... args) { in wtf() method in LogUtils
|
/packages/apps/Dialer/java/com/android/voicemail/impl/ |
D | VvmLog.java | 96 public static void wtf(String tag, String log) { in wtf() method in VvmLog 101 public static void wtf(String tag, String log, Throwable e) { in wtf() method in VvmLog
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
D | LogUtils.java | 365 public static int wtf(String tag, String format, Object... args) { in wtf() method in LogUtils 384 public static int wtf(String tag, Throwable tr, String format, Object... args) { in wtf() method in LogUtils
|