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.java62 static final boolean DEBUG_PARCEL_TREE = false; field in AssistStructure
249 if (DEBUG_PARCEL_TREE) Log.d(TAG, "New stack entry at " + pos + ": " + entry); in pushViewStackEntry()
252 if (DEBUG_PARCEL_TREE) Log.d(TAG, "Existing stack entry at " + pos + ": " + entry); in pushViewStackEntry()
270 if (DEBUG_PARCEL_TREE || DEBUG_PARCEL_CHILDREN) Log.d(TAG, in writeView()
285 if (DEBUG_PARCEL_TREE) Log.d(TAG, "Writing child #" in writeNextEntryToParcel()
296 if (DEBUG_PARCEL_TREE) Log.d(TAG, "Done with " + mCurViewStackEntry.node in writeNextEntryToParcel()
300 if (DEBUG_PARCEL_TREE) Log.d(TAG, "Done with view hierarchy!"); in writeNextEntryToParcel()
322 if (DEBUG_PARCEL_TREE) Log.d(TAG, "Writing initial root view " + root); in writeNextEntryToParcel()
789 if (DEBUG_PARCEL_TREE || DEBUG_PARCEL_CHILDREN) Log.d(TAG, in ViewNode()
/frameworks/base/config/
Dhiddenapi-private-dex.txt4820 Landroid/app/assist/AssistStructure;->DEBUG_PARCEL_TREE:Z