Searched refs:DEBUG_UNDO (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 174 private static final boolean DEBUG_UNDO = false; field in Editor 7479 if (DEBUG_UNDO) Log.d(TAG, "beginBatchEdit"); in beginBatchEdit() 7484 if (DEBUG_UNDO) Log.d(TAG, "endBatchEdit"); in endBatchEdit() 7492 if (DEBUG_UNDO) { in filter() 7581 if (DEBUG_UNDO) Log.d(TAG, "filter: adding first op " + edit); in recordEdit() 7586 if (DEBUG_UNDO) Log.d(TAG, "filter: force merge " + edit); in recordEdit() 7591 if (DEBUG_UNDO) Log.d(TAG, "non-user edit, new op " + edit); in recordEdit() 7596 if (DEBUG_UNDO) Log.d(TAG, "filter: merge succeeded, created " + lastEdit); in recordEdit() 7599 if (DEBUG_UNDO) Log.d(TAG, "filter: merge failed, adding " + edit); in recordEdit() 7610 if (DEBUG_UNDO) Log.d(TAG, "filter: undo is disabled"); in canUndoEdit() [all …]
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 66563 Landroid/widget/Editor;->DEBUG_UNDO:Z
|