HomeSort by relevance Sort by last modified time
    Searched defs:wtf (Results 1 - 25 of 530) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/shadow/
ShadowLog.java 37 public static void wtf(String tag, String msg) { method in class:ShadowLog
38 org.robolectric.shadows.ShadowLog.wtf(tag, msg);
45 public static void wtf(String tag, String msg, Throwable throwable) { method in class:ShadowLog
46 org.robolectric.shadows.ShadowLog.wtf(tag, msg, throwable);
  /frameworks/base/services/core/java/com/android/server/notification/
GlobalSortKeyComparator.java 31 Slog.wtf(TAG, "Missing left global sort key: " + left);
35 Slog.wtf(TAG, "Missing right global sort key: " + right);
  /frameworks/base/core/java/android/util/
Slog.java 77 * Like {@link Log#wtf(String, String)}, but will never cause the caller to crash, and
81 public static int wtf(String tag, String msg) { method in class:Slog
82 return Log.wtf(Log.LOG_ID_SYSTEM, tag, msg, null, false, true);
86 * Like {@link #wtf(String, String)}, but does not output anything to the log.
98 return Log.wtf(Log.LOG_ID_SYSTEM, tag, msg, null, true, true);
102 * Like {@link Log#wtf(String, Throwable)}, but will never cause the caller to crash,
106 public static int wtf(String tag, Throwable tr) { method in class:Slog
107 return Log.wtf(Log.LOG_ID_SYSTEM, tag, tr.getMessage(), tr, false, true);
111 * Like {@link Log#wtf(String, String, Throwable)}, but will never cause the caller to crash,
115 public static int wtf(String tag, String msg, Throwable tr) method in class:Slog
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardDismissUtil.java 46 Log.wtf(TAG, "KeyguardDismissHandler not set.");
  /packages/apps/Dialer/java/com/android/voicemail/impl/
DefaultOmtpEventHandler.java 47 VvmLog.wtf(TAG, "invalid event type " + event.getType() + " for " + event);
85 VvmLog.wtf(TAG, "invalid configuration event " + event);
149 VvmLog.wtf(TAG, "invalid data channel event " + event);
175 VvmLog.wtf(TAG, "invalid notification channel event " + event);
190 VvmLog.wtf(TAG, "invalid other event " + event);
  /packages/apps/Messaging/tests/src/com/android/messaging/
TestUtil.java 68 LogUtil.wtf(LogUtil.BUGLE_TAG, "You need to turn on your screen to run tests!");
80 LogUtil.wtf(LogUtil.BUGLE_TAG, "You currently can't reliably run unit tests" +
  /packages/apps/TV/src/com/android/tv/receiver/
PackageIntentsReceiver.java 37 Log.wtf(TAG, "Stopping because device does not have a TvInputManager");
BootCompletedReceiver.java 56 Log.wtf(TAG, "Stopping because device does not have a TvInputManager");
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
HelpActivity.java 57 LogUtils.wtf(LOG_TAG, e, "Unable to locate application version.");
  /packages/services/Telecomm/src/com/android/server/telecom/
ThreadUtil.java 37 * WTF-level priority.
41 Log.wtf(TAG, new IllegalStateException(), "Must be on the main thread!");
47 * WTF-level priority.
51 Log.wtf(TAG, new IllegalStateException(), "Must not be on the main thread!");
SystemLoggingContainer.java 44 public void wtf(String TAG, String msg, Throwable tr) { method in class:SystemLoggingContainer
45 android.util.Slog.wtf(TAG, msg, tr);
  /packages/apps/Car/libs/car-settings-lib/src/com/android/car/settingslib/log/
LoggerBase.java 186 public void wtf(String message) { method in class:LoggerBase
187 Log.wtf(mTag, mPrefix.concat(message));
192 * around {@link Log#wtf(String, String, Throwable)}.
197 public void wtf(String message, Throwable throwable) { method in class:LoggerBase
198 Log.wtf(mTag, mPrefix.concat(message), throwable);
  /cts/tests/framework/base/activitymanager/app/src/android/server/am/
AssistantVoiceInteractionService.java 41 Log.wtf(TAG, "**** Not starting AssistantVoiceInteractionService because" +
  /cts/tests/tests/alarmclock/service/src/android/alarmclock/service/
MainInteractionService.java 48 Log.wtf(TAG, "Can't start session because either intent is null or onReady() "
59 Log.wtf(TAG, "**** Not starting MainInteractionService because" +
  /cts/tests/tests/voicesettings/service/src/android/voicesettings/service/
MainInteractionService.java 49 Log.wtf(TAG, "Can't start session because either intent is null or onReady() "
61 Log.wtf(TAG, "**** Not starting MainInteractionService because" +
  /frameworks/base/core/java/android/app/usage/
TimeSparseArray.java 77 * there should not be any collisions. Reporting a {@link Slog#wtf(String, String)} in case that
84 Slog.wtf(TAG, "Overwriting value " + get(key) + " by " + value);
  /frameworks/base/core/java/com/android/server/backup/
ShortcutBackupHelper.java 47 Slog.wtf(TAG, "Backup failed", e);
63 Slog.wtf(TAG, "Restore failed", e);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
WfaKeyStore.java 60 Log.wtf(TAG, "No certs loaded");
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/wificond/
SingleScanSettings.java 84 Log.wtf(TAG, "Invalid scan type " + scanType);
102 Log.wtf(TAG, "Invalid scan type " + result.scanType);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
EmlViewerActivity.java 53 LogUtils.wtf(LOG_TAG,
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
AccountObserver.java 58 LogUtils.wtf(LOG_TAG, "AccountObserver initialized with null controller!");
AllAccountObserver.java 57 LogUtils.wtf(LOG_TAG, "AllAccountObserver initialized with null controller!");
FolderObserver.java 58 LogUtils.wtf(LOG_TAG, "FolderObserver initialized with null controller!");
RecentFolderObserver.java 61 LogUtils.wtf(LOG_TAG, "RecentFolderObserver initialized with null controller!");
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProviderBroadcastReceiver.java 49 Slog.wtf(TAG, "CalendarProvider2 not found in CalendarProviderBroadcastReceiver.");

Completed in 1637 milliseconds

1 2 3 4 5 6 7 8 91011>>