Home
last modified time | relevance | path

Searched refs:oldAccount (Results 1 – 7 of 7) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DPhoneAccountRegistrar.java534 PhoneAccount oldAccount = getPhoneAccount(account.getAccountHandle()); in addOrReplacePhoneAccount() local
535 if (oldAccount != null) { in addOrReplacePhoneAccount()
536 mState.accounts.remove(oldAccount); in addOrReplacePhoneAccount()
537 isEnabled = oldAccount.isEnabled(); in addOrReplacePhoneAccount()
538 Log.i(this, getAccountDiffString(account, oldAccount)); in addOrReplacePhoneAccount()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DAccountsSettingsFragment.java396 final String oldAccount = getSignedInAccountName(); in onClick() local
406 AccountStateChangedListener.onAccountSignedIn(oldAccount, newAccount); in onClick()
412 AccountStateChangedListener.onAccountSignedOut(oldAccount); in onClick()
/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/accounts/
DAccountStateChangedListener.java35 public static void onAccountSignedOut(@NonNull String oldAccount) { in onAccountSignedOut() argument
46 public static void onAccountSignedIn(@Nullable String oldAccount, @NonNull String newAccount) { in onAccountSignedIn() argument
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DAbstractConversationViewFragment.java119 final Account oldAccount = mAccount;
122 onAccountChanged(newAccount, oldAccount);
230 protected abstract void onAccountChanged(Account newAccount, Account oldAccount); in onAccountChanged() argument
DSecureConversationViewFragment.java222 public void onAccountChanged(Account newAccount, Account oldAccount) { in onAccountChanged() argument
DConversationViewFragment.java267 public void onAccountChanged(Account newAccount, Account oldAccount) { in onAccountChanged() argument
269 if (isOverviewMode(newAccount) != isOverviewMode(oldAccount)) { in onAccountChanged()
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java154 RawContactDelta oldState, AccountWithDataSet oldAccount, in rebindEditorsForNewContact() argument
157 AccountType oldAccountType = accountTypes.getAccountTypeForAccount(oldAccount); in rebindEditorsForNewContact()