Searched refs:DEBUG_PARCEL (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java34 static final boolean DEBUG_PARCEL = false; field in class:AssistStructure
74 if (DEBUG_PARCEL) Log.d(TAG, "Request for data on " + as
77 if (DEBUG_PARCEL) Log.d(TAG, "Resuming partial write of " + token);
141 if (DEBUG_PARCEL) Log.d(TAG, "Creating PooledStringWriter @ " + out.dataPosition());
148 if (DEBUG_PARCEL) Log.d(TAG, "Assist data size is " + out.dataSize()
152 if (DEBUG_PARCEL) Log.d(TAG, "Finishing PooledStringWriter @ "
158 if (DEBUG_PARCEL) Log.d(TAG, "Finishing PooledStringWriter @ "
182 if (DEBUG_PARCEL) Log.d(TAG, "write view: at " + out.dataPosition()
235 if (DEBUG_PARCEL) Log.d(TAG, "write window #" + pos + ": at " + out.dataPosition()
272 if (DEBUG_PARCEL) Lo
[all...]
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DProcessStats.java62 static final boolean DEBUG_PARCEL = false; field in class:ProcessStats
853 if (DEBUG_PARCEL) Slog.i("foo", "Read " + amt + " bytes at " + pos
856 if (DEBUG_PARCEL) Slog.i("foo", "**** FINISHED READING: pos=" + pos
864 if (DEBUG_PARCEL) Slog.i(TAG, "Copying " + pos + " bytes to new array len "
976 if (DEBUG_PARCEL) Slog.d(TAG, "Adding process: " + procName + " " + uid
982 if (DEBUG_PARCEL) Slog.d(TAG, "Read " + mProcesses.getMap().size() + " processes");
1036 if (DEBUG_PARCEL) Slog.d(TAG, "Reading package " + pkgName + " " + uid
1039 if (DEBUG_PARCEL) Slog.d(TAG, "Got common proc " + procName + " " + uid
1062 if (DEBUG_PARCEL) Slog.d(TAG, "Adding package " + pkgName + " process: "
1066 if (DEBUG_PARCEL) Slo
[all...]
H A DProcessState.java77 private static final boolean DEBUG_PARCEL = false; field in class:ProcessState
303 if (DEBUG_PARCEL) Slog.d(TAG, "Reading durations table...");
307 if (DEBUG_PARCEL) Slog.d(TAG, "Reading pss table...");
/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp30 #define DEBUG_PARCEL 0 macro
1009 #if DEBUG_PARCEL
1041 #if DEBUG_PARCEL
1115 #if DEBUG_PARCEL
1131 #if DEBUG_PARCEL

Completed in 1140 milliseconds