Searched refs:DEBUG_PARCEL (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/app/assist/ |
D | AssistStructure.java | 67 private static final boolean DEBUG_PARCEL = false; field in AssistStructure 158 if (DEBUG_PARCEL) Log.d(TAG, "Request for data on " + as in onTransact() 161 if (DEBUG_PARCEL) Log.d(TAG, "Resuming partial write of " + token); in onTransact() 230 if (DEBUG_PARCEL) Log.d(TAG, "Creating PooledStringWriter @ " + out.dataPosition()); in writeToParcelInner() 237 if (DEBUG_PARCEL) Log.d(TAG, "Assist data size is " + out.dataSize() in writeToParcelInner() 241 if (DEBUG_PARCEL) Log.d(TAG, "Finishing PooledStringWriter @ " in writeToParcelInner() 247 if (DEBUG_PARCEL) Log.d(TAG, "Finishing PooledStringWriter @ " in writeToParcelInner() 271 if (DEBUG_PARCEL) Log.d(TAG, "write view: at " + out.dataPosition() in writeView() 324 if (DEBUG_PARCEL) Log.d(TAG, "write window #" + pos + ": at " + out.dataPosition() in writeNextEntryToParcel() 364 if (DEBUG_PARCEL) Log.d(TAG, "Creating PooledStringReader @ " in go() [all …]
|
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | ProcessStats.java | 58 static final boolean DEBUG_PARCEL = false; field in ProcessStats 967 if (DEBUG_PARCEL) Slog.i("foo", "Read " + amt + " bytes at " + pos in readFully() 970 if (DEBUG_PARCEL) Slog.i("foo", "**** FINISHED READING: pos=" + pos in readFully() 978 if (DEBUG_PARCEL) Slog.i(TAG, "Copying " + pos + " bytes to new array len " in readFully() 1100 if (DEBUG_PARCEL) Slog.d(TAG, "Adding process: " + procName + " " + uid in readFromParcel() 1106 if (DEBUG_PARCEL) Slog.d(TAG, "Read " + mProcesses.getMap().size() + " processes"); in readFromParcel() 1160 if (DEBUG_PARCEL) Slog.d(TAG, "Reading package " + pkgName + " " + uid in readFromParcel() 1163 if (DEBUG_PARCEL) Slog.d(TAG, "Got common proc " + procName + " " + uid in readFromParcel() 1186 if (DEBUG_PARCEL) Slog.d(TAG, "Adding package " + pkgName + " process: " in readFromParcel() 1190 if (DEBUG_PARCEL) Slog.d(TAG, "Adding package " + pkgName + " process: " in readFromParcel() [all …]
|
D | ProcessState.java | 73 private static final boolean DEBUG_PARCEL = false; field in ProcessState 316 if (DEBUG_PARCEL) Slog.d(TAG, "Reading durations table..."); in readFromParcel() 320 if (DEBUG_PARCEL) Slog.d(TAG, "Reading pss table..."); in readFromParcel()
|
/frameworks/base/core/jni/android/graphics/ |
D | Bitmap.cpp | 35 #define DEBUG_PARCEL 0 macro 727 #if DEBUG_PARCEL in Bitmap_createFromParcel() 758 #if DEBUG_PARCEL in Bitmap_createFromParcel() 831 #if DEBUG_PARCEL in Bitmap_writeToParcel() 847 #if DEBUG_PARCEL in Bitmap_writeToParcel()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 4320 Landroid/app/assist/AssistStructure;->DEBUG_PARCEL:Z
|