Searched refs:mCursorCount (Results 1 – 1 of 1) sorted by relevance
758 private int mCursorCount = 0; field in ContentCache.Statistics781 mCursorCount += cache.size(); in addCacheStatistics()799 append(sb, "Cursors", mCache == null ? mCursorCount : mCache.size()); in toString()