Searched refs:DEBUG_ARRAY_MAP (Results 1 – 2 of 2) sorted by relevance
202 private static final boolean DEBUG_ARRAY_MAP = false; field in Parcel1014 if (DEBUG_ARRAY_MAP) { in writeArrayMapInternal()1021 if (DEBUG_ARRAY_MAP) startPos = dataPosition(); in writeArrayMapInternal()1024 if (DEBUG_ARRAY_MAP) Log.d(TAG, " Write #" + i + " " in writeArrayMapInternal()3614 if (DEBUG_ARRAY_MAP) { in readArrayMapInternal()3621 if (DEBUG_ARRAY_MAP) startPos = dataPosition(); in readArrayMapInternal()3624 if (DEBUG_ARRAY_MAP) Log.d(TAG, " Read #" + (N-1) + " " in readArrayMapInternal()3635 if (DEBUG_ARRAY_MAP) { in readArrayMapSafelyInternal()3642 if (DEBUG_ARRAY_MAP) Log.d(TAG, " Read safe #" + (N-1) + ": key=0x" in readArrayMapSafelyInternal()
41160 Landroid/os/Parcel;->DEBUG_ARRAY_MAP:Z