HomeSort by relevance Sort by last modified time
    Searched refs:SPEW (Results 1 - 5 of 5) sorted by null

  /libcore/luni/src/test/java/libcore/java/util/
OldAndroidTreeMapTest.java 32 private static final boolean SPEW = false;
36 if (SPEW) System.out.println("Running doTest cycle #" + (i + 1));
50 if (SPEW) System.out.println("Adding val = " + val);
60 if (SPEW) System.out.println("tm = " + tm);
62 if (SPEW) System.out.println("tm.size() = " + tm.size());
63 if (SPEW) System.out.println("hm.size() = " + hm.size());
66 if (SPEW) System.out.println("tm.firstKey() = " + tm.firstKey());
67 if (SPEW) System.out.println("minVal = " + minVal);
68 if (SPEW) System.out.println("tm.lastKey() = " + tm.lastKey());
69 if (SPEW) System.out.println("maxVal = " + maxVal)
    [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon/
RecurrenceProcessor.java 42 private static final boolean SPEW = false;
437 if (SPEW) {
451 if (SPEW) {
459 if (true || SPEW) {
468 if (SPEW) {
478 if (SPEW) {
536 if (SPEW) Log.i(TAG, "setting " + j + " for rule "
546 if (SPEW) Log.i(TAG, "setting " + j + " for rule "
563 if (SPEW) Log.i(TAG, "setting " + j + " for rule "
    [all...]
  /frameworks/base/services/java/com/android/server/
StatusBarManagerService.java 55 static final boolean SPEW = false;
251 if (SPEW) Slog.d(TAG, (menuVisible?"showing":"hiding") + " MENU key");
271 if (SPEW) {
299 if (SPEW) Slog.d(TAG, "setSystemUiVisibility(0x" + Integer.toHexString(vis) + ")");
510 if (SPEW) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 101 public static final boolean SPEW = DEBUG;
699 if (SPEW) Slog.d(TAG, "addIcon slot=" + slot + " index=" + index + " viewIndex=" + viewIndex
708 if (SPEW) Slog.d(TAG, "updateIcon slot=" + slot + " index=" + index + " viewIndex=" + viewIndex
715 if (SPEW) Slog.d(TAG, "removeIcon slot=" + slot + " index=" + index + " viewIndex=" + viewIndex);
792 if (SPEW) Slog.d(TAG, "removeNotification key=" + key + " old=" + old);
    [all...]
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon/
RecurrenceProcessorTest.java 34 private static final boolean SPEW = true;
77 if (SPEW) {
120 if (SPEW) {
132 if (SPEW) {
161 if (SPEW) {
    [all...]

Completed in 152 milliseconds