Searched refs:mTokenList (Results 1 – 1 of 1) sorted by relevance
102 /*package*/ TokenList mTokenList; field in ContentCache426 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()