Searched refs:TokenList (Results 1 – 2 of 2) sorted by relevance
31 import com.android.email.provider.ContentCache.TokenList;92 TokenList list = new TokenList("Name"); in testTokenList()
102 /*package*/ TokenList mTokenList;179 /*package*/ static class TokenList extends ArrayList<CacheToken> { class in ContentCache183 /*package*/ TokenList(String name) { in TokenList() method in ContentCache.TokenList426 mTokenList = new TokenList(mName); in ContentCache()