Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/email/provider/
DContentCacheTests.java213 CacheToken token = cache.getCacheToken("1"); in testContentCacheRemoveEldestEntry()
221 token = cache.getCacheToken("2"); in testContentCacheRemoveEldestEntry()
241 token = cache.getCacheToken("3"); in testContentCacheRemoveEldestEntry()
284 underlyingCursor, "2", SIMPLE_PROJECTION, cache.getCacheToken("2")); in testCloseCachedCursor()
/packages/apps/Email/provider_src/com/android/email/provider/
DContentCache.java445 public synchronized CacheToken getCacheToken(String id) { in getCacheToken() method in ContentCache