Searched defs:isCurrentAccount (Results 1 - 2 of 2) sorted by relevance

/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) {
/packages/apps/UnifiedEmail/src/com/android/mail/adapter/
H A DDrawerItem.java135 * @param isCurrentAccount true if this item is the current account
138 Account account, int resource, boolean isCurrentAccount, BitmapCache cache,
145 mIsSelected = isCurrentAccount;
184 * @param isCurrentAccount true if the account is the current account, false otherwise
188 int unreadCount, boolean isCurrentAccount, BitmapCache cache,
191 isCurrentAccount, cache, contactResolver);
137 DrawerItem(int type, ControllableActivity activity, Folder folder, int folderType, Account account, int resource, boolean isCurrentAccount, BitmapCache cache, ContactResolver contactResolver) argument
187 ofAccount(ControllableActivity activity, Account account, int unreadCount, boolean isCurrentAccount, BitmapCache cache, ContactResolver contactResolver) argument

Completed in 62 milliseconds