Home
last modified time | relevance | path

Searched refs:DEBUG_ARRAY_MAP (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
DParcel.java195 private static final boolean DEBUG_ARRAY_MAP = false; field in Parcel
837 if (DEBUG_ARRAY_MAP) { in writeArrayMapInternal()
844 if (DEBUG_ARRAY_MAP) startPos = dataPosition(); in writeArrayMapInternal()
847 if (DEBUG_ARRAY_MAP) Log.d(TAG, " Write #" + i + " " in writeArrayMapInternal()
3114 if (DEBUG_ARRAY_MAP) { in readArrayMapInternal()
3121 if (DEBUG_ARRAY_MAP) startPos = dataPosition(); in readArrayMapInternal()
3124 if (DEBUG_ARRAY_MAP) Log.d(TAG, " Read #" + (N-1) + " " in readArrayMapInternal()
3135 if (DEBUG_ARRAY_MAP) { in readArrayMapSafelyInternal()
3142 if (DEBUG_ARRAY_MAP) Log.d(TAG, " Read safe #" + (N-1) + ": key=0x" in readArrayMapSafelyInternal()