Home
last modified time | relevance | path

Searched refs:DEBUG_PARCEL_TREE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/assist/
DAssistStructure.java69 private static final boolean DEBUG_PARCEL_TREE = false; field in AssistStructure
259 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt4322 Landroid/app/assist/AssistStructure;->DEBUG_PARCEL_TREE:Z