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

/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java56 static final boolean DEBUG_PARCEL = false; field in class:AssistStructure
144 if (DEBUG_PARCEL) Log.d(TAG, "Request for data on " + as
147 if (DEBUG_PARCEL) Log.d(TAG, "Resuming partial write of " + token);
216 if (DEBUG_PARCEL) Log.d(TAG, "Creating PooledStringWriter @ " + out.dataPosition());
223 if (DEBUG_PARCEL) Log.d(TAG, "Assist data size is " + out.dataSize()
227 if (DEBUG_PARCEL) Log.d(TAG, "Finishing PooledStringWriter @ "
233 if (DEBUG_PARCEL) Log.d(TAG, "Finishing PooledStringWriter @ "
257 if (DEBUG_PARCEL) Log.d(TAG, "write view: at " + out.dataPosition()
310 if (DEBUG_PARCEL) Log.d(TAG, "write window #" + pos + ": at " + out.dataPosition()
350 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
304 if (DEBUG_PARCEL) Slog.d(TAG, "Reading durations table...");
308 if (DEBUG_PARCEL) Slog.d(TAG, "Reading pss table...");
/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp38 #define DEBUG_PARCEL 0 macro
1108 #if DEBUG_PARCEL
1140 #if DEBUG_PARCEL
1230 #if DEBUG_PARCEL
1246 #if DEBUG_PARCEL

Completed in 91 milliseconds