Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/email/provider/
DContentCacheTests.java31 import com.android.email.provider.ContentCache.TokenList;
92 TokenList list = new TokenList("Name"); in testTokenList()
/packages/apps/Email/provider_src/com/android/email/provider/
DContentCache.java102 /*package*/ TokenList mTokenList;
179 /*package*/ static class TokenList extends ArrayList<CacheToken> { class in ContentCache
183 /*package*/ TokenList(String name) { in TokenList() method in ContentCache.TokenList
426 mTokenList = new TokenList(mName); in ContentCache()