Home
last modified time | relevance | path

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

/packages/apps/Email/provider_src/com/android/email/provider/
DContentCache.java179 /*package*/ static class TokenList extends ArrayList<CacheToken> { class in ContentCache
183 /*package*/ TokenList(String name) { in TokenList() method in ContentCache.TokenList