Home
last modified time | relevance | path

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

/packages/apps/Email/provider_src/com/android/email/provider/
DContentCache.java102 /*package*/ TokenList mTokenList; field in ContentCache
426 mTokenList = new TokenList(mName); in ContentCache()
447 CacheToken token = mTokenList.add(id); in getCacheToken()
506 mTokenList.remove(token); in putCursorImpl()
597 int count = mTokenList.invalidateTokens(id); in lock()
599 LogUtils.d(mTokenList.mLogTag, "============ Lock invalidated " + count + in lock()
686 mTokenList.invalidate(); in invalidate()
782 mTokenCount += cache.mTokenList.size(); in addCacheStatistics()
803 append(sb, "Tokens", mCache == null ? mTokenCount : mCache.mTokenList.size()); in toString()