HomeSort by relevance Sort by last modified time
    Searched refs:getCacheToken (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/tests/src/com/android/email/provider/
ContentCacheTests.java 213 CacheToken token = cache.getCacheToken("1");
221 token = cache.getCacheToken("2");
241 token = cache.getCacheToken("3");
284 underlyingCursor, "2", SIMPLE_PROJECTION, cache.getCacheToken("2"));
  /packages/apps/Email/provider_src/com/android/email/provider/
ContentCache.java 445 public synchronized CacheToken getCacheToken(String id) {

Completed in 73 milliseconds