Searched refs:DEBUG_PARCEL_TREE (Results 1 – 2 of 2) sorted by relevance
69 private static final boolean DEBUG_PARCEL_TREE = false; field in AssistStructure259 if (DEBUG_PARCEL_TREE) Log.d(TAG, "New stack entry at " + pos + ": " + entry); in pushViewStackEntry()262 if (DEBUG_PARCEL_TREE) Log.d(TAG, "Existing stack entry at " + pos + ": " + entry); in pushViewStackEntry()280 if (DEBUG_PARCEL_TREE || DEBUG_PARCEL_CHILDREN) Log.d(TAG, in writeView()295 if (DEBUG_PARCEL_TREE) Log.d(TAG, "Writing child #" in writeNextEntryToParcel()306 if (DEBUG_PARCEL_TREE) Log.d(TAG, "Done with " + mCurViewStackEntry.node in writeNextEntryToParcel()310 if (DEBUG_PARCEL_TREE) Log.d(TAG, "Done with view hierarchy!"); in writeNextEntryToParcel()332 if (DEBUG_PARCEL_TREE) Log.d(TAG, "Writing initial root view " + root); in writeNextEntryToParcel()839 if (DEBUG_PARCEL_TREE || DEBUG_PARCEL_CHILDREN) Log.d(TAG, in ViewNode()
4322 Landroid/app/assist/AssistStructure;->DEBUG_PARCEL_TREE:Z