Searched defs:mUpdateCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/
H A DUndoManager.java62 private int mUpdateCount; field in class:UndoManager
126 if (mUpdateCount > 0) {
174 if (mUpdateCount > 0) {
411 if (mUpdateCount <= 0) {
414 mUpdateCount = 0;
418 mUpdateCount++;
432 return mUpdateCount > 0;
462 return mUpdateCount;
572 mUpdateCount--;
574 if (mUpdateCount
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DTextServicesManagerService.java99 public int mUpdateCount = 0; field in class:TextServicesManagerService.TextServicesData
178 mUpdateCount++;
223 pw.println(" Spell Checkers: " + "mUpdateCount=" + mUpdateCount);

Completed in 50 milliseconds