Searched refs:newAccount (Results 1 - 13 of 13) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DVeiledAddressMatcher.java83 public void onChanged(Account newAccount) {
84 loadPattern(newAccount.settings.veiledAddressPattern);
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DAccountObserver.java78 * @param newAccount
80 public abstract void onChanged(Account newAccount); argument
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAnimatedAdapter.java183 public void onChanged(Account newAccount) {
184 if (setAccount(newAccount)) {
211 private boolean setAccount(Account newAccount) { argument
213 if (mAccount != null && mAccount.uri.equals(newAccount.uri)
215 newAccount.settings.importanceMarkersEnabled
217 newAccount.supportsCapability(UIProvider.AccountCapabilities.UNDO)
218 && mAccount.settings.convListIcon == newAccount.settings.convListIcon) {
224 mAccount = newAccount;
230 .toString(newAccount.settings.convListIcon == ConversationListIcon.SENDER_IMAGE));
232 (newAccount
[all...]
H A DRecentFolderList.java72 public void onChanged(Account newAccount) {
73 setCurrentAccount(newAccount);
H A DAbstractConversationViewFragment.java117 public void onChanged(Account newAccount) {
119 mAccount = newAccount;
121 onAccountChanged(newAccount, oldAccount);
185 protected abstract void onAccountChanged(Account newAccount, Account oldAccount); argument
H A DSecureConversationViewFragment.java221 public void onAccountChanged(Account newAccount, Account oldAccount) { argument
H A DActionBarController.java110 public void onChanged(Account newAccount) {
111 updateAccount(newAccount);
H A DConversationListFragment.java144 public void onChanged(Account newAccount) {
145 mAccount = newAccount;
H A DFolderListFragment.java357 public void onChanged(Account newAccount) {
358 setSelectedAccount(newAccount);
H A DConversationViewFragment.java258 public void onAccountChanged(Account newAccount, Account oldAccount) { argument
260 if (isOverviewMode(newAccount) != isOverviewMode(oldAccount)) {
H A DAbstractActivityController.java2749 Account newAccount = allAccounts[0];
2753 newAccount = currentFromList;
2766 newAccount = account;
2774 changeAccount(newAccount);
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java726 * @param newAccount New account to be used.
730 AccountWithDataSet newAccount) {
735 newAccount.type, newAccount.dataSet);
740 mListener.onCustomCreateContactActivityRequested(newAccount, mIntentExtras);
746 bindEditorsForNewContact(newAccount, newAccountType, oldState, oldAccountType);
758 private void bindEditorsForNewContact(AccountWithDataSet newAccount, argument
764 if (newAccount != null) {
765 rawContact.setAccount(newAccount);
1026 AccountWithDataSet newAccount
728 rebindEditorsForNewContact( RawContactDelta oldState, AccountWithDataSet oldAccount, AccountWithDataSet newAccount) argument
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DSelectedConversationsActionMenu.java104 public void onChanged(Account newAccount) {
105 mAccount = newAccount;

Completed in 177 milliseconds