Home
last modified time | relevance | path

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

/packages/apps/Email/provider_src/com/android/email/provider/
DContentCache.java759 private int mTokenCount = 0; field in ContentCache.Statistics
782 mTokenCount += cache.mTokenList.size(); in addCacheStatistics()
803 append(sb, "Tokens", mCache == null ? mTokenCount : mCache.mTokenList.size()); in toString()