Searched refs:isCurrentAccount (Results 1 – 3 of 3) sorted by relevance
/packages/apps/UnifiedEmail/src/com/android/mail/drawer/ |
D | AccountDrawerItem.java | 37 int unreadCount, boolean isCurrentAccount, BitmapCache cache, in AccountDrawerItem() argument 40 mIsSelected = isCurrentAccount; in AccountDrawerItem()
|
D | DrawerItem.java | 144 int unreadCount, boolean isCurrentAccount, BitmapCache cache, in ofAccount() argument 146 return new AccountDrawerItem(activity, account, unreadCount, isCurrentAccount, cache, in ofAccount()
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | AccountItemView.java | 71 public void bind(final Context context, final Account account, final boolean isCurrentAccount, in bind() argument 86 if (isCurrentAccount) { in bind()
|