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/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelBar.java 29 private static final boolean SPEW = false;
123 if (SPEW) LOG("panelExpansionChanged: start state=%d", mState);
134 if (SPEW) LOG("panelExpansionChanged: -> %s: f=%.1f", pv.getName(), thisFrac);
145 if (SPEW) LOG("panelExpansionChanged: end state=%d [%s%s ]", mState,
StatusBar.java 299 public static final boolean SPEW = false;
    [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/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/services/core/java/com/android/server/statusbar/
StatusBarManagerService.java 62 private static final boolean SPEW = false;
212 if (SPEW) Slog.d(TAG, "Setting current user to user " + newUserId);
551 if (SPEW) Slog.d(TAG, (menuVisible?"showing":"hiding") + " MENU key");
573 if (SPEW) {
608 if (SPEW) Slog.d(TAG, "setSystemUiVisibility(0x" + Integer.toHexString(vis) + ")");
930 if (SPEW) {
    [all...]

Completed in 619 milliseconds