HomeSort by relevance Sort by last modified time
    Searched defs:mUpdateCount (Results 1 - 3 of 3) sorted by null

  /packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
SourceLatency.java 283 private int mUpdateCount = 0;
295 mUpdateCount++;
296 Log.d(TAG, mSrc + ", update " + mUpdateCount + ": " + mCursor.getCount()
  /frameworks/base/core/java/android/content/
UndoManager.java 60 private int mUpdateCount;
126 if (mUpdateCount > 0) {
177 if (mUpdateCount > 0) {
408 if (mUpdateCount <= 0) {
411 mUpdateCount = 0;
415 mUpdateCount++;
429 return mUpdateCount > 0;
459 return mUpdateCount;
569 mUpdateCount--;
571 if (mUpdateCount == 0)
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
AdapterHelperTest.java 1049 private int mUpdateCount;
1064 return mUpdateCount;

Completed in 57 milliseconds