Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/drawer/
DAccountDrawerItem.java30 class AccountDrawerItem extends DrawerItem { class
36 AccountDrawerItem(ControllableActivity activity, Account account, in AccountDrawerItem() method in AccountDrawerItem
DDrawerItem.java146 return new AccountDrawerItem(activity, account, unreadCount, isCurrentAccount, cache, in ofAccount()