/packages/services/Telephony/src/com/android/services/telephony/ |
D | Log.java | 106 public static void wtf(String prefix, Throwable tr, String format, Object... args) { in wtf() method in Log 110 public static void wtf(Object objectPrefix, Throwable tr, String format, Object... args) { in wtf() method in Log 115 public static void wtf(String prefix, String format, Object... args) { in wtf() method in Log 120 public static void wtf(Object objectPrefix, String format, Object... args) { in wtf() method in Log
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | LogUtils.java | 113 public static void wtf(String message, Object... args) { in wtf() method in LogUtils 120 public static void wtf(String tag, String message, Object... args) { in wtf() method in LogUtils
|
/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
|
D | Log.java | 738 public static void wtf(String prefix, Throwable tr, String format, Object... args) { in wtf() method in Log 742 public static void wtf(Object objectPrefix, Throwable tr, String format, Object... args) { in wtf() method in Log 747 public static void wtf(String prefix, String format, Object... args) { in wtf() method in Log 752 public static void wtf(Object objectPrefix, String format, Object... args) { in wtf() method in Log
|
/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/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
|
/packages/services/Telephony/src/com/android/phone/common/mail/utils/ |
D | LogUtils.java | 364 public static int wtf(String tag, String format, Object... args) { in wtf() method in LogUtils 383 public static int wtf(String tag, Throwable tr, String format, Object... args) { in wtf() method in LogUtils
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
D | Log.java | 99 public static void wtf(Object obj, String msg) { in wtf() method in Log
|