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.java199 private static final boolean DEBUG_ARRAY_MAP = false; field in Parcel
919 if (DEBUG_ARRAY_MAP) { in writeArrayMapInternal()
926 if (DEBUG_ARRAY_MAP) startPos = dataPosition(); in writeArrayMapInternal()
929 if (DEBUG_ARRAY_MAP) Log.d(TAG, " Write #" + i + " " in writeArrayMapInternal()
3235 if (DEBUG_ARRAY_MAP) { in readArrayMapInternal()
3242 if (DEBUG_ARRAY_MAP) startPos = dataPosition(); in readArrayMapInternal()
3245 if (DEBUG_ARRAY_MAP) Log.d(TAG, " Read #" + (N-1) + " " in readArrayMapInternal()
3256 if (DEBUG_ARRAY_MAP) { in readArrayMapSafelyInternal()
3263 if (DEBUG_ARRAY_MAP) Log.d(TAG, " Read safe #" + (N-1) + ": key=0x" in readArrayMapSafelyInternal()