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.java184 private static final boolean DEBUG_ARRAY_MAP = false; field in Parcel
635 if (DEBUG_ARRAY_MAP) { in writeArrayMapInternal()
642 if (DEBUG_ARRAY_MAP) startPos = dataPosition(); in writeArrayMapInternal()
645 if (DEBUG_ARRAY_MAP) Log.d(TAG, " Write #" + i + " " in writeArrayMapInternal()
2476 if (DEBUG_ARRAY_MAP) { in readArrayMapInternal()
2483 if (DEBUG_ARRAY_MAP) startPos = dataPosition(); in readArrayMapInternal()
2486 if (DEBUG_ARRAY_MAP) Log.d(TAG, " Read #" + (N-1) + " " in readArrayMapInternal()
2497 if (DEBUG_ARRAY_MAP) { in readArrayMapSafelyInternal()
2504 if (DEBUG_ARRAY_MAP) Log.d(TAG, " Read safe #" + (N-1) + ": key=0x" in readArrayMapSafelyInternal()