Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/drawer/
DDrawerAdapter.java156 ArrayList<AccountEntryItem> accountItems = new ArrayList<AccountEntryItem>(); in setAccounts() local
158 accountItems.add(new AccountEntryItem(R.id.nav_filter, filter)); in setAccounts()
163 mAccountEntries.addAll(accountItems); in setAccounts()