/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | AnimatedAdapter.java | 186 public void onChanged(Account newAccount) { 187 if (setAccount(newAccount)) { 214 private boolean setAccount(Account newAccount) { in setAccount() argument 216 if (mAccount != null && mAccount.uri.equals(newAccount.uri) in setAccount() 218 newAccount.settings.importanceMarkersEnabled in setAccount() 220 newAccount.supportsCapability(UIProvider.AccountCapabilities.UNDO) in setAccount() 221 && mAccount.settings.convListIcon == newAccount.settings.convListIcon) { in setAccount() 227 mAccount = newAccount; in setAccount() 233 .toString(newAccount.settings.convListIcon == ConversationListIcon.SENDER_IMAGE)); in setAccount() 235 (newAccount.settings.replyBehavior == UIProvider.DefaultReplyBehavior.REPLY) in setAccount() [all …]
|
D | CustomViewToolbar.java | 47 public void onChanged(Account newAccount) { 48 setSearchButtonVisibility(newAccount);
|
D | AbstractConversationViewFragment.java | 118 public void onChanged(Account newAccount) { 120 mAccount = newAccount; 122 onAccountChanged(newAccount, oldAccount); 230 protected abstract void onAccountChanged(Account newAccount, Account oldAccount); in onAccountChanged() argument
|
D | RecentFolderList.java | 73 public void onChanged(Account newAccount) { 74 setCurrentAccount(newAccount);
|
D | ActionBarController.java | 98 public void onChanged(Account newAccount) { 99 updateAccount(newAccount);
|
D | SecureConversationViewFragment.java | 222 public void onAccountChanged(Account newAccount, Account oldAccount) { in onAccountChanged() argument
|
D | ConversationListFragment.java | 153 public void onChanged(Account newAccount) { 154 mAccount = newAccount;
|
D | FolderListFragment.java | 379 public void onChanged(Account newAccount) { in onActivityCreated() 380 setSelectedAccount(newAccount); in onActivityCreated()
|
D | AbstractActivityController.java | 2884 Account newAccount = allAccounts[0]; 2888 newAccount = currentFromList; 2901 newAccount = account; 2909 changeAccount(newAccount);
|
D | ConversationViewFragment.java | 267 public void onAccountChanged(Account newAccount, Account oldAccount) { in onAccountChanged() argument 269 if (isOverviewMode(newAccount) != isOverviewMode(oldAccount)) { in onAccountChanged()
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
D | VeiledAddressMatcher.java | 83 public void onChanged(Account newAccount) { 84 loadPattern(newAccount.settings.veiledAddressPattern);
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | CompactContactEditorFragment.java | 212 AccountWithDataSet oldAccount, AccountWithDataSet newAccount) { in onRebindEditorsForNewContact() argument 214 mAccountWithDataSet = newAccount; in onRebindEditorsForNewContact() 215 rebindEditorsForNewContact(oldState, oldAccount, newAccount); in onRebindEditorsForNewContact()
|
D | ContactEditorFragment.java | 412 AccountWithDataSet newAccount = adapter.getItem(position); in addAccountSwitcher() 413 if (!newAccount.equals(currentAccount)) { in addAccountSwitcher() 414 rebindEditorsForNewContact(currentState, currentAccount, newAccount); in addAccountSwitcher()
|
D | CompactRawContactsEditorView.java | 110 AccountWithDataSet oldAccount, AccountWithDataSet newAccount); in onRebindEditorsForNewContact() argument 881 final AccountWithDataSet newAccount = adapter.getItem(position); in addAccountSelector() 882 if (mListener != null && !mPrimaryAccount.equals(newAccount)) { in addAccountSelector() 886 newAccount); in addAccountSelector()
|
D | ContactEditorBaseFragment.java | 1360 AccountWithDataSet newAccount) { in rebindEditorsForNewContact() argument 1363 AccountType newAccountType = accountTypes.getAccountTypeForAccount(newAccount); in rebindEditorsForNewContact() 1368 mListener.onCustomCreateContactActivityRequested(newAccount, mIntentExtras); in rebindEditorsForNewContact() 1374 setStateForNewContact(newAccount, newAccountType, oldState, oldAccountType, in rebindEditorsForNewContact()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
D | AccountsSettingsFragment.java | 400 final String newAccount = in onClick() local 404 .putString(PREF_ACCOUNT_NAME, newAccount) in onClick() 406 AccountStateChangedListener.onAccountSignedIn(oldAccount, newAccount); in onClick()
|
/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/accounts/ |
D | AccountStateChangedListener.java | 46 public static void onAccountSignedIn(@Nullable String oldAccount, @NonNull String newAccount) { in onAccountSignedIn() argument
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
D | AccountObserver.java | 80 public abstract void onChanged(Account newAccount); in onChanged() argument
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
D | SelectedConversationsActionMenu.java | 104 public void onChanged(Account newAccount) { in SelectedConversationsActionMenu() 105 mAccount = newAccount; in SelectedConversationsActionMenu()
|