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

12 3 4 5 6 7 8 91011>>

  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarUpgradeReceiver.java 78 Log.wtf(TAG, "Error during upgrade attempt. Disabling receiver.", t);
  /packages/providers/TvProvider/src/com/android/providers/tv/
TvProviderUpgradeReceiver.java 77 Log.wtf(TAG, "Error during upgrade attempt. Disabling receiver.", t);
  /packages/apps/DeskClock/src/com/android/deskclock/
LogUtils.java 53 public static void wtf(String message, Object... args) { method in class:LogUtils
54 DEFAULT_LOGGER.wtf(message, args);
57 public static void wtf(Throwable e) { method in class:LogUtils
58 DEFAULT_LOGGER.wtf(e);
124 public void wtf(String message, Object... args) { method in class:LogUtils.Logger
126 Log.wtf(logTag, args == null || args.length == 0 ? message
131 public void wtf(Throwable e) { method in class:LogUtils.Logger
133 Log.wtf(logTag, e);
  /development/apps/Development/src/com/android/development/
BadBehaviorActivity.java 57 try { Thread.sleep(20000); } catch (InterruptedException e) { Log.wtf(TAG, e); }
71 try { Thread.sleep(30000); } catch (InterruptedException e) { Log.wtf(TAG, e); }
92 try { Thread.sleep(mDelay); } catch (InterruptedException e) { Log.wtf(TAG, e); }
146 try { Thread.sleep(20000); } catch (InterruptedException e) { Log.wtf(TAG, e); }
199 Button wtf = (Button) findViewById(R.id.bad_behavior_wtf); local
200 wtf.setOnClickListener(new View.OnClickListener() {
201 public void onClick(View v) { Log.wtf(TAG, "Apps Behaving Badly"); }
208 try { Thread.sleep(20000); } catch (InterruptedException e) { Log.wtf(TAG, e); }
  /cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
MyForegroundService.java 68 Log.wtf(TAG, "Invalid flag on intent " + intent);
  /cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
MainInteractionService.java 47 Log.wtf(TAG, "Can't start session because either intent is null or onReady() "
59 Log.wtf(TAG, "**** Not starting MainInteractionService because" +
  /developers/build/prebuilts/gradle/ActiveNotifications/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/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/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
  /developers/build/prebuilts/gradle/BasicSyncAdapter/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/BasicTransition/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/BatchStepSensor/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/BeamLargeFiles/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/BluetoothChat/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/BorderlessButtons/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 1541 milliseconds

12 3 4 5 6 7 8 91011>>