Searched refs:DEBUG_PARCEL_TREE (Results 1 – 2 of 2) sorted by relevance
86 private static final boolean DEBUG_PARCEL_TREE = false; field in AssistStructure276 if (DEBUG_PARCEL_TREE) Log.d(TAG, "New stack entry at " + pos + ": " + entry); in pushViewStackEntry()279 if (DEBUG_PARCEL_TREE) Log.d(TAG, "Existing stack entry at " + pos + ": " + entry); in pushViewStackEntry()298 if (DEBUG_PARCEL_TREE || DEBUG_PARCEL_CHILDREN) Log.d(TAG, in writeView()313 if (DEBUG_PARCEL_TREE) Log.d(TAG, "Writing child #" in writeNextEntryToParcel()324 if (DEBUG_PARCEL_TREE) Log.d(TAG, "Done with " + mCurViewStackEntry.node in writeNextEntryToParcel()328 if (DEBUG_PARCEL_TREE) Log.d(TAG, "Done with view hierarchy!"); in writeNextEntryToParcel()350 if (DEBUG_PARCEL_TREE) Log.d(TAG, "Writing initial root view " + root); in writeNextEntryToParcel()776 if (DEBUG_PARCEL_TREE || DEBUG_PARCEL_CHILDREN) { in ViewNode()
4020 Landroid/app/assist/AssistStructure;->DEBUG_PARCEL_TREE:Z