HomeSort by relevance Sort by last modified time
    Searched refs:SPEW (Results 1 - 6 of 6) 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/calendarcommon2/
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/packages/SystemUI/src/com/android/systemui/
UniverseBackground.java 42 static final boolean SPEW = false;
186 if (SPEW) {
237 if (SPEW) {
246 if (SPEW) Slog.d(TAG, "doAnimation dt=" + (frameTimeNanos - mAnimLastTimeNanos));
247 if (SPEW) Slog.d(TAG, "doAnimation before mAnimY=" + mAnimY);
249 if (SPEW) {
254 if (SPEW) Slog.d(TAG, "Animation completed to expanded state.");
264 if (SPEW) Slog.d(TAG, "Animation completed to collapsed state.");
  /frameworks/base/services/java/com/android/server/
StatusBarManagerService.java 55 static final boolean SPEW = false;
271 if (SPEW) Slog.d(TAG, (menuVisible?"showing":"hiding") + " MENU key");
291 if (SPEW) {
319 if (SPEW) Slog.d(TAG, "setSystemUiVisibility(0x" + Integer.toHexString(vis) + ")");
398 if (SPEW) Slog.d(TAG, "Setting current user to user " + newUserId);
539 if (SPEW) {
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
RecurrenceProcessorTest.java 34 private static final boolean SPEW = true;
77 if (SPEW) {
120 if (SPEW) {
132 if (SPEW) {
161 if (SPEW) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 106 public static final boolean SPEW = DEBUG;
    [all...]

Completed in 971 milliseconds