Searched refs:DEBUG_UNDO (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 156 private static final boolean DEBUG_UNDO = false; field in Editor 7156 if (DEBUG_UNDO) Log.d(TAG, "beginBatchEdit"); in beginBatchEdit() 7161 if (DEBUG_UNDO) Log.d(TAG, "endBatchEdit"); in endBatchEdit() 7169 if (DEBUG_UNDO) { in filter() 7258 if (DEBUG_UNDO) Log.d(TAG, "filter: adding first op " + edit); in recordEdit() 7263 if (DEBUG_UNDO) Log.d(TAG, "filter: force merge " + edit); in recordEdit() 7268 if (DEBUG_UNDO) Log.d(TAG, "non-user edit, new op " + edit); in recordEdit() 7273 if (DEBUG_UNDO) Log.d(TAG, "filter: merge succeeded, created " + lastEdit); in recordEdit() 7276 if (DEBUG_UNDO) Log.d(TAG, "filter: merge failed, adding " + edit); in recordEdit() 7287 if (DEBUG_UNDO) Log.d(TAG, "filter: undo is disabled"); in canUndoEdit() [all …]
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 70529 Landroid/widget/Editor;->DEBUG_UNDO:Z
|