Searched refs:isCurrentAccount (Results 1 - 3 of 3) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/drawer/
H A DAccountDrawerItem.java37 int unreadCount, boolean isCurrentAccount, BitmapCache cache,
40 mIsSelected = isCurrentAccount;
36 AccountDrawerItem(ControllableActivity activity, Account account, int unreadCount, boolean isCurrentAccount, BitmapCache cache, ContactResolver contactResolver) argument
H A DDrawerItem.java140 * @param isCurrentAccount true if the account is the current account, false otherwise
144 int unreadCount, boolean isCurrentAccount, BitmapCache cache,
146 return new AccountDrawerItem(activity, account, unreadCount, isCurrentAccount, cache,
143 ofAccount(ControllableActivity activity, Account account, int unreadCount, boolean isCurrentAccount, BitmapCache cache, ContactResolver contactResolver) argument
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAccountItemView.java69 * @param isCurrentAccount true if the account is the one in use, false otherwise
71 public void bind(final Context context, final Account account, final boolean isCurrentAccount, argument
86 if (isCurrentAccount) {

Completed in 103 milliseconds