OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/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);
548
if (
SPEW
) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpNotificationView.java
41
private static final boolean
SPEW
= DEBUG;
97
if (
SPEW
) Log.v(TAG, "setMargin() " + notificationPanelMarginPx);
/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
113
public static final boolean
SPEW
= false;
[
all
...]
Completed in 165 milliseconds