Home | History | Annotate | Download | only in providers

Lines Matching refs:accountList

73     private static final String ACCOUNT_LIST_KEY = "accountList";
204 final List<AccountCacheEntry> accountList;
206 accountList = Lists.newArrayList(mAccountCache.values());
212 Collections.sort(accountList, mAccountComparator);
215 new MatrixCursorWithExtra(resultProjection, accountList.size(), extras);
217 for (AccountCacheEntry accountEntry : accountList) {
401 final List<AccountCacheEntry> accountList;
404 accountList = ImmutableList.copyOf(mAccountCache.values());
408 for (AccountCacheEntry accountEntry : accountList) {
453 final List<AccountCacheEntry> accountList;
455 accountList = ImmutableList.copyOf(mAccountCache.values());
460 for (AccountCacheEntry entry : accountList) {