Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DLogUtils.kt55 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/
DL.java97 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/
DLog.java93 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/
DLogger.java80 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/
DLogger.java175 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/
DClog.java107 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/
DVvmLog.java96 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/
DLog.java216 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/
DSystemLoggingContainer.java44 public void wtf(String TAG, String msg, Throwable tr) { in wtf() method in SystemLoggingContainer
/packages/apps/Messaging/src/com/android/messaging/util/
DLogUtil.java189 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/
DVvmLog.java96 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/
DLogUtils.java314 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