Searched refs:DEBUG_PARCEL_TREE (Results 1 – 1 of 1) sorted by relevance
58 static final boolean DEBUG_PARCEL_TREE = false; field in AssistStructure245 if (DEBUG_PARCEL_TREE) Log.d(TAG, "New stack entry at " + pos + ": " + entry); in pushViewStackEntry()248 if (DEBUG_PARCEL_TREE) Log.d(TAG, "Existing stack entry at " + pos + ": " + entry); in pushViewStackEntry()266 if (DEBUG_PARCEL_TREE || DEBUG_PARCEL_CHILDREN) Log.d(TAG, in writeView()281 if (DEBUG_PARCEL_TREE) Log.d(TAG, "Writing child #" in writeNextEntryToParcel()292 if (DEBUG_PARCEL_TREE) Log.d(TAG, "Done with " + mCurViewStackEntry.node in writeNextEntryToParcel()296 if (DEBUG_PARCEL_TREE) Log.d(TAG, "Done with view hierarchy!"); in writeNextEntryToParcel()318 if (DEBUG_PARCEL_TREE) Log.d(TAG, "Writing initial root view " + root); in writeNextEntryToParcel()764 if (DEBUG_PARCEL_TREE || DEBUG_PARCEL_CHILDREN) Log.d(TAG, in ViewNode()