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.java190 private static final boolean DEBUG_ARRAY_MAP = false; field in Parcel
714 if (DEBUG_ARRAY_MAP) { in writeArrayMapInternal()
721 if (DEBUG_ARRAY_MAP) startPos = dataPosition(); in writeArrayMapInternal()
724 if (DEBUG_ARRAY_MAP) Log.d(TAG, " Write #" + i + " " in writeArrayMapInternal()
2708 if (DEBUG_ARRAY_MAP) { in readArrayMapInternal()
2715 if (DEBUG_ARRAY_MAP) startPos = dataPosition(); in readArrayMapInternal()
2718 if (DEBUG_ARRAY_MAP) Log.d(TAG, " Read #" + (N-1) + " " in readArrayMapInternal()
2729 if (DEBUG_ARRAY_MAP) { in readArrayMapSafelyInternal()
2736 if (DEBUG_ARRAY_MAP) Log.d(TAG, " Read safe #" + (N-1) + ": key=0x" in readArrayMapSafelyInternal()