Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/drawer/
DDrawerAdapter.java84 private List<AccountEntryItem> mAccountEntries = new ArrayList<>();
156 ArrayList<AccountEntryItem> accountItems = new ArrayList<AccountEntryItem>(); in setAccounts()
158 accountItems.add(new AccountEntryItem(R.id.nav_filter, filter)); in setAccounts()
200 return getAccountItemView((AccountEntryItem) drawerItem, view, viewGroup); in getView()
268 private View getAccountItemView(AccountEntryItem item, View result, ViewGroup parent) { in getAccountItemView()
426 public static class AccountEntryItem extends BaseDrawerItem { class in DrawerAdapter
429 public AccountEntryItem(int id, ContactListFilter account) { in AccountEntryItem() method in DrawerAdapter.AccountEntryItem