Home
last modified time | relevance | path

Searched refs:mUpdateCount (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/
DUndoManager.java61 private int mUpdateCount; field in UndoManager
131 if (mUpdateCount > 0) { in saveInstanceState()
180 if (mUpdateCount > 0) { in restoreInstanceState()
425 if (mUpdateCount <= 0) { in beginUpdate()
428 mUpdateCount = 0; in beginUpdate()
432 mUpdateCount++; in beginUpdate()
446 return mUpdateCount > 0; in isInUpdate()
477 return mUpdateCount; in getUpdateNestingLevel()
590 mUpdateCount--; in endUpdate()
592 if (mUpdateCount == 0) { in endUpdate()
/frameworks/base/services/core/java/com/android/server/textservices/
DTextServicesManagerService.java101 public int mUpdateCount = 0; field in TextServicesManagerService.TextServicesData
180 mUpdateCount++; in initializeTextServicesData()
225 pw.println(" Spell Checkers: " + "mUpdateCount=" + mUpdateCount); in dump()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt17116 Landroid/content/UndoManager;->mUpdateCount:I