Searched defs:oldAccount (Results 1 - 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/accounts/
H A DAccountStateChangedListener.java33 * @param oldAccount the account that was signed out of.
35 public static void onAccountSignedOut(@NonNull String oldAccount) { argument
42 * @param oldAccount the previous account that was being used for sign-in.
46 public static void onAccountSignedIn(@Nullable String oldAccount, @NonNull String newAccount) { argument
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DSecureConversationViewFragment.java222 public void onAccountChanged(Account newAccount, Account oldAccount) { argument
H A DAbstractConversationViewFragment.java119 final Account oldAccount = mAccount;
122 onAccountChanged(newAccount, oldAccount);
230 protected abstract void onAccountChanged(Account newAccount, Account oldAccount); argument
H A DConversationViewFragment.java267 public void onAccountChanged(Account newAccount, Account oldAccount) { argument
269 if (isOverviewMode(newAccount) != isOverviewMode(oldAccount)) {
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java150 * @param oldAccount Old account associated with oldState.
154 RawContactDelta oldState, AccountWithDataSet oldAccount,
157 AccountType oldAccountType = accountTypes.getAccountTypeForAccount(oldAccount);
153 rebindEditorsForNewContact( RawContactDelta oldState, AccountWithDataSet oldAccount, AccountWithDataSet newAccount) argument

Completed in 337 milliseconds