Searched refs:DEBUG_PARCEL (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/app/assist/ |
D | AssistStructure.java | 84 private static final boolean DEBUG_PARCEL = false; field in AssistStructure 175 if (DEBUG_PARCEL) Log.d(TAG, "Request for data on " + as in onTransact() 178 if (DEBUG_PARCEL) Log.d(TAG, "Resuming partial write of " + token); in onTransact() 247 if (DEBUG_PARCEL) Log.d(TAG, "Creating PooledStringWriter @ " + out.dataPosition()); in writeToParcelInner() 254 if (DEBUG_PARCEL) Log.d(TAG, "Assist data size is " + out.dataSize() in writeToParcelInner() 258 if (DEBUG_PARCEL) Log.d(TAG, "Finishing PooledStringWriter @ " in writeToParcelInner() 264 if (DEBUG_PARCEL) Log.d(TAG, "Finishing PooledStringWriter @ " in writeToParcelInner() 288 if (DEBUG_PARCEL) Log.d(TAG, "write view: at " + out.dataPosition() in writeView() 342 if (DEBUG_PARCEL) Log.d(TAG, "write window #" + pos + ": at " + out.dataPosition() in writeNextEntryToParcel() 382 if (DEBUG_PARCEL) Log.d(TAG, "Creating PooledStringReader @ " in go() [all …]
|
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | ProcessStats.java | 68 static final boolean DEBUG_PARCEL = false; field in ProcessStats 1040 if (DEBUG_PARCEL) Slog.i("foo", "Read " + amt + " bytes at " + pos in readFully() 1043 if (DEBUG_PARCEL) Slog.i("foo", "**** FINISHED READING: pos=" + pos in readFully() 1051 if (DEBUG_PARCEL) Slog.i(TAG, "Copying " + pos + " bytes to new array len " in readFully() 1185 if (DEBUG_PARCEL) Slog.d(TAG, "Adding process: " + procName + " " + uid in readFromParcel() 1192 if (DEBUG_PARCEL) { in readFromParcel() 1206 if (DEBUG_PARCEL) Slog.d(TAG, "Read " + mProcesses.getMap().size() + " processes"); in readFromParcel() 1260 if (DEBUG_PARCEL) Slog.d(TAG, "Reading package " + pkgName + " " + uid in readFromParcel() 1263 if (DEBUG_PARCEL) Slog.d(TAG, "Got common proc " + procName + " " + uid in readFromParcel() 1286 if (DEBUG_PARCEL) Slog.d(TAG, "Adding package " + pkgName + " process: " in readFromParcel() [all …]
|
D | ProcessState.java | 81 private static final boolean DEBUG_PARCEL = false; field in ProcessState 364 if (DEBUG_PARCEL) Slog.d(TAG, "Reading durations table..."); in readFromParcel() 368 if (DEBUG_PARCEL) Slog.d(TAG, "Reading pss table..."); in readFromParcel()
|
/frameworks/base/libs/hwui/jni/ |
D | Bitmap.cpp | 33 #define DEBUG_PARCEL 0 macro 856 #if DEBUG_PARCEL in Bitmap_writeToParcel() 871 #if DEBUG_PARCEL in Bitmap_writeToParcel()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 4018 Landroid/app/assist/AssistStructure;->DEBUG_PARCEL:Z
|