Searched refs:DEBUG_ARRAY_MAP (Results 1 – 2 of 2) sorted by relevance
199 private static final boolean DEBUG_ARRAY_MAP = false; field in Parcel924 if (DEBUG_ARRAY_MAP) { in writeArrayMapInternal()931 if (DEBUG_ARRAY_MAP) startPos = dataPosition(); in writeArrayMapInternal()934 if (DEBUG_ARRAY_MAP) Log.d(TAG, " Write #" + i + " " in writeArrayMapInternal()3243 if (DEBUG_ARRAY_MAP) { in readArrayMapInternal()3250 if (DEBUG_ARRAY_MAP) startPos = dataPosition(); in readArrayMapInternal()3253 if (DEBUG_ARRAY_MAP) Log.d(TAG, " Read #" + (N-1) + " " in readArrayMapInternal()3264 if (DEBUG_ARRAY_MAP) { in readArrayMapSafelyInternal()3271 if (DEBUG_ARRAY_MAP) Log.d(TAG, " Read safe #" + (N-1) + ": key=0x" in readArrayMapSafelyInternal()
51715 Landroid/os/Parcel;->DEBUG_ARRAY_MAP:Z