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

  /frameworks/base/tests/CoreTests/android/core/
TreeMapTest.java 33 private static final boolean SPEW = false;
38 if (SPEW) System.out.println("Running doTest cycle #" + (i + 1));
52 if (SPEW) System.out.println("Adding val = " + val);
62 if (SPEW) System.out.println("tm = " + tm);
64 if (SPEW) System.out.println("tm.size() = " + tm.size());
65 if (SPEW) System.out.println("hm.size() = " + hm.size());
68 if (SPEW) System.out.println("tm.firstKey() = " + tm.firstKey());
69 if (SPEW) System.out.println("minVal = " + minVal);
70 if (SPEW) System.out.println("tm.lastKey() = " + tm.lastKey());
71 if (SPEW) System.out.println("maxVal = " + maxVal)
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
RecurrenceProcessor.java 44 private static final boolean SPEW = false;
319 if (SPEW) {
333 if (SPEW) {
341 if (true || SPEW) {
350 if (SPEW) {
360 if (SPEW) {
418 if (SPEW) Log.i(TAG, "setting " + j + " for rule "
428 if (SPEW) Log.i(TAG, "setting " + j + " for rule "
445 if (SPEW) Log.i(TAG, "setting " + j + " for rule "
739 if (SPEW) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarService.java 86 static final boolean SPEW = false;
433 if (SPEW) Slog.d(TAG, "reusing notification");
460 if (SPEW) Slog.d(TAG, "not reusing notification");
478 if (SPEW) Slog.d(TAG, "removeNotification key=" + key);
629 if (SPEW) Slog.d(TAG, "DISABLE_EXPAND: yes");
635 if (SPEW) Slog.d(TAG, "DISABLE_NOTIFICATION_ICONS: yes");
642 if (SPEW) Slog.d(TAG, "DISABLE_NOTIFICATION_ICONS: no");
649 if (SPEW) Slog.d(TAG, "DISABLE_NOTIFICATION_TICKER: yes");
680 if (SPEW) Slog.d(TAG, "Make expanded visible: expanded visible=" + mExpandedVisible);
701 if (SPEW) Slog.d(TAG, "Animate expand: expanded=" + mExpanded)
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
RecurrenceProcessorTest.java 34 private static final boolean SPEW = true;
77 if (SPEW) {
120 if (SPEW) {
132 if (SPEW) {
157 if (SPEW) {
    [all...]
  /frameworks/base/services/java/com/android/server/
StatusBarManagerService.java 57 static final boolean SPEW = false;
363 if (SPEW) {

Completed in 253 milliseconds