/packages/apps/DeskClock/src/com/android/deskclock/ |
D | LogUtils.kt | 55 fun wtf(message: String, vararg args: Any?) { in wtf() method 60 fun wtf(e: Throwable) { in wtf() method 139 fun wtf(message: String, vararg args: Any?) { in wtf() method in com.android.deskclock.LogUtils.Logger 149 fun wtf(e: Throwable) { in wtf() method
|
/packages/apps/Car/Messenger/src/com/android/car/messenger/core/util/ |
D | L.java | 97 public static void wtf(@NonNull String msg) { in wtf() method in L 107 public static void wtf(Exception e, @NonNull String msg) { in wtf() method in L
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | Log.java | 93 public static void wtf(String prefix, Throwable tr, String format, Object... args) { in wtf() method in Log 98 public static void wtf(Object objectPrefix, Throwable tr, String format, Object... args) { in wtf() method in Log 103 public static void wtf(String prefix, String format, Object... args) { in wtf() method in Log 108 public static void wtf(Object objectPrefix, String format, Object... args) { in wtf() method in Log
|
/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/Settings/src/com/android/car/settings/common/ |
D | Logger.java | 175 public void wtf(String message) { in wtf() method in Logger 186 public void wtf(String message, Throwable throwable) { in wtf() method in Logger
|
/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/modules/IPsec/src/java/com/android/internal/net/utils/ |
D | Log.java | 216 public void wtf(String prefix, String msg) { in wtf() method in Log 232 public void wtf(String prefix, String msg, Throwable tr) { in wtf() method in Log
|
/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/ |
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/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
|