Searched defs:DEBUG_PARCEL_TREE (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java58 static final boolean DEBUG_PARCEL_TREE = false; field in class:AssistStructure
245 if (DEBUG_PARCEL_TREE) Log.d(TAG, "New stack entry at " + pos + ": " + entry);
248 if (DEBUG_PARCEL_TREE) Log.d(TAG, "Existing stack entry at " + pos + ": " + entry);
266 if (DEBUG_PARCEL_TREE || DEBUG_PARCEL_CHILDREN) Log.d(TAG,
281 if (DEBUG_PARCEL_TREE) Log.d(TAG, "Writing child #"
292 if (DEBUG_PARCEL_TREE) Log.d(TAG, "Done with " + mCurViewStackEntry.node
296 if (DEBUG_PARCEL_TREE) Log.d(TAG, "Done with view hierarchy!");
318 if (DEBUG_PARCEL_TREE) Log.d(TAG, "Writing initial root view " + root);
764 if (DEBUG_PARCEL_TREE || DEBUG_PARCEL_CHILDREN) Log.d(TAG,

Completed in 64 milliseconds