Searched refs:DEBUG_UNDO (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 150 private static final boolean DEBUG_UNDO = false; field in Editor 6504 if (DEBUG_UNDO) Log.d(TAG, "beginBatchEdit"); 6509 if (DEBUG_UNDO) Log.d(TAG, "endBatchEdit"); 6517 if (DEBUG_UNDO) { 6606 if (DEBUG_UNDO) Log.d(TAG, "filter: adding first op " + edit); 6611 if (DEBUG_UNDO) Log.d(TAG, "filter: force merge " + edit); 6616 if (DEBUG_UNDO) Log.d(TAG, "non-user edit, new op " + edit); 6621 if (DEBUG_UNDO) Log.d(TAG, "filter: merge succeeded, created " + lastEdit); 6624 if (DEBUG_UNDO) Log.d(TAG, "filter: merge failed, adding " + edit); 6635 if (DEBUG_UNDO) Log.d(TAG, "filter: undo is disabled"); [all …]
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 81635 Landroid/widget/Editor;->DEBUG_UNDO:Z
|