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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libaddressinput/src/java/test/android/util/
Log.java 35 public static int wtf(String tag, String msg) { return 0; } method in class:Log
36 public static int wtf(String tag, Throwable tr) { return 0; } method in class:Log
37 public static int wtf(String tag, String msg, Throwable tr) { return 0; } method in class:Log
  /packages/apps/DeskClock/src/com/android/deskclock/
LogUtils.java 103 public static void wtf(String message, Object... args) { method in class:LogUtils
105 Log.wtf(LOGTAG, args == null ? message : String.format(message, args));
109 public static void wtf(String tag, String message, Object... args) { method in class:LogUtils
111 Log.wtf(LOGTAG + "/" + tag, args == null ? message : String.format(message, args));
  /frameworks/base/core/java/android/hardware/camera2/dispatch/
InvokeDispatcher.java 46 Log.wtf(TAG, "IllegalAccessException while invoking " + method, e);
49 Log.wtf(TAG, "IllegalArgumentException while invoking " + method, e);
  /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);
91 return Log.wtf(Log.LOG_ID_SYSTEM, tag, msg, null, true, true);
95 * Like {@link Log#wtf(String, Throwable)}, but will never cause the caller to crash,
99 public static int wtf(String tag, Throwable tr) { method in class:Slog
100 return Log.wtf(Log.LOG_ID_SYSTEM, tag, tr.getMessage(), tr, false, true);
104 * Like {@link Log#wtf(String, String, Throwable)}, but will never cause the caller to crash,
108 public static int wtf(String tag, String msg, Throwable tr) { method in class:Slog
109 return Log.wtf(Log.LOG_ID_SYSTEM, tag, msg, tr, false, true)
    [all...]
  /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 36 * WTF-level priority.
40 Log.wtf(TAG, new IllegalStateException(), "Must be on the main thread!");
46 * WTF-level priority.
50 Log.wtf(TAG, new IllegalStateException(), "Must not be on the main thread!");
  /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!");
  /development/apps/Development/src/com/android/development/
BadBehaviorActivity.java 52 try { Thread.sleep(20000); } catch (InterruptedException e) { Log.wtf(TAG, e); }
66 try { Thread.sleep(30000); } catch (InterruptedException e) { Log.wtf(TAG, e); }
87 try { Thread.sleep(mDelay); } catch (InterruptedException e) { Log.wtf(TAG, e); }
122 try { Thread.sleep(20000); } catch (InterruptedException e) { Log.wtf(TAG, e); }
175 Button wtf = (Button) findViewById(R.id.bad_behavior_wtf); local
176 wtf.setOnClickListener(new View.OnClickListener() {
177 public void onClick(View v) { Log.wtf(TAG, "Apps Behaving Badly"); }
184 try { Thread.sleep(20000); } catch (InterruptedException e) { Log.wtf(TAG, e); }
  /developers/build/prebuilts/gradle/ActivityInstrumentation/Application/src/main/java/com/example/android/common/logger/
Log.java 212 public static void wtf(String tag, String msg, Throwable tr) { method in class:Log
222 public static void wtf(String tag, String msg) { method in class:Log
223 wtf(tag, msg, null); method
233 public static void wtf(String tag, Throwable tr) { method in class:Log
234 wtf(tag, null, tr); method
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/common/logger/
Log.java 212 public static void wtf(String tag, String msg, Throwable tr) { method in class:Log
222 public static void wtf(String tag, String msg) { method in class:Log
223 wtf(tag, msg, null); method
233 public static void wtf(String tag, Throwable tr) { method in class:Log
234 wtf(tag, null, tr); method
  /developers/build/prebuilts/gradle/AdapterTransition/Application/src/main/java/com/example/android/common/logger/
Log.java 212 public static void wtf(String tag, String msg, Throwable tr) { method in class:Log
222 public static void wtf(String tag, String msg) { method in class:Log
223 wtf(tag, msg, null); method
233 public static void wtf(String tag, Throwable tr) { method in class:Log
234 wtf(tag, null, tr); method
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/Application/src/main/java/com/example/android/common/logger/
Log.java 212 public static void wtf(String tag, String msg, Throwable tr) { method in class:Log
222 public static void wtf(String tag, String msg) { method in class:Log
223 wtf(tag, msg, null); method
233 public static void wtf(String tag, Throwable tr) { method in class:Log
234 wtf(tag, null, tr); method
  /developers/build/prebuilts/gradle/AppRestrictionSchema/Application/src/main/java/com/example/android/common/logger/
Log.java 212 public static void wtf(String tag, String msg, Throwable tr) { method in class:Log
222 public static void wtf(String tag, String msg) { method in class:Log
223 wtf(tag, msg, null); method
233 public static void wtf(String tag, Throwable tr) { method in class:Log
234 wtf(tag, null, tr); method
  /developers/build/prebuilts/gradle/BasicAccessibility/Application/src/main/java/com/example/android/common/logger/
Log.java 212 public static void wtf(String tag, String msg, Throwable tr) { method in class:Log
222 public static void wtf(String tag, String msg) { method in class:Log
223 wtf(tag, msg, null); method
233 public static void wtf(String tag, Throwable tr) { method in class:Log
234 wtf(tag, null, tr); method
  /developers/build/prebuilts/gradle/BasicAndroidKeyStore/Application/src/main/java/com/example/android/common/logger/
Log.java 212 public static void wtf(String tag, String msg, Throwable tr) { method in class:Log
222 public static void wtf(String tag, String msg) { method in class:Log
223 wtf(tag, msg, null); method
233 public static void wtf(String tag, Throwable tr) { method in class:Log
234 wtf(tag, null, tr); method
  /developers/build/prebuilts/gradle/BasicContactables/Application/src/main/java/com/example/android/common/logger/
Log.java 212 public static void wtf(String tag, String msg, Throwable tr) { method in class:Log
222 public static void wtf(String tag, String msg) { method in class:Log
223 wtf(tag, msg, null); method
233 public static void wtf(String tag, Throwable tr) { method in class:Log
234 wtf(tag, null, tr); method
  /developers/build/prebuilts/gradle/BasicGestureDetect/Application/src/main/java/com/example/android/common/logger/
Log.java 212 public static void wtf(String tag, String msg, Throwable tr) { method in class:Log
222 public static void wtf(String tag, String msg) { method in class:Log
223 wtf(tag, msg, null); method
233 public static void wtf(String tag, Throwable tr) { method in class:Log
234 wtf(tag, null, tr); method
  /developers/build/prebuilts/gradle/BasicImmersiveMode/Application/src/main/java/com/example/android/common/logger/
Log.java 212 public static void wtf(String tag, String msg, Throwable tr) { method in class:Log
222 public static void wtf(String tag, String msg) { method in class:Log
223 wtf(tag, msg, null); method
233 public static void wtf(String tag, Throwable tr) { method in class:Log
234 wtf(tag, null, tr); method
  /developers/build/prebuilts/gradle/BasicMediaRouter/Application/src/main/java/com/example/android/common/logger/
Log.java 212 public static void wtf(String tag, String msg, Throwable tr) { method in class:Log
222 public static void wtf(String tag, String msg) { method in class:Log
223 wtf(tag, msg, null); method
233 public static void wtf(String tag, Throwable tr) { method in class:Log
234 wtf(tag, null, tr); method
  /developers/build/prebuilts/gradle/BasicMultitouch/Application/src/main/java/com/example/android/common/logger/
Log.java 212 public static void wtf(String tag, String msg, Throwable tr) { method in class:Log
222 public static void wtf(String tag, String msg) { method in class:Log
223 wtf(tag, msg, null); method
233 public static void wtf(String tag, Throwable tr) { method in class:Log
234 wtf(tag, null, tr); method
  /developers/build/prebuilts/gradle/BasicNetworking/Application/src/main/java/com/example/android/common/logger/
Log.java 212 public static void wtf(String tag, String msg, Throwable tr) { method in class:Log
222 public static void wtf(String tag, String msg) { method in class:Log
223 wtf(tag, msg, null); method
233 public static void wtf(String tag, Throwable tr) { method in class:Log
234 wtf(tag, null, tr); method

Completed in 901 milliseconds

1 2 3 4 5 6 7 8 91011>>