Home
last modified time | relevance | path

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

/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/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/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/Dialer/java/com/android/voicemail/impl/fetch/
DFetchVoicemailReceiver.java159 Context context, PhoneAccountHandle oldAccount) { in getAccountFromMarshmallowAccount() argument
165 if (getIccSerialNumberFromFullIccSerialNumber(handle.getId()).equals(oldAccount.getId())) { in getAccountFromMarshmallowAccount()
/packages/services/Telecomm/src/com/android/server/telecom/
DPhoneAccountRegistrar.java661 PhoneAccount oldAccount = getPhoneAccountUnchecked(account.getAccountHandle()); in addOrReplacePhoneAccount() local
662 if (oldAccount != null) { in addOrReplacePhoneAccount()
663 mState.accounts.remove(oldAccount); in addOrReplacePhoneAccount()
664 isEnabled = oldAccount.isEnabled(); in addOrReplacePhoneAccount()
665 Log.i(this, "Modify account: %s", getAccountDiffString(account, oldAccount)); in addOrReplacePhoneAccount()
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java1332 RawContactDelta oldState, AccountWithDataSet oldAccount, in rebindEditorsForNewContact() argument
1335 AccountType oldAccountType = accountTypes.getAccountTypeForAccount(oldAccount); in rebindEditorsForNewContact()
1706 AccountWithDataSet oldAccount, AccountWithDataSet newAccount) { in onRebindEditorsForNewContact() argument
1708 rebindEditorsForNewContact(oldState, oldAccount, newAccount); in onRebindEditorsForNewContact()
DRawContactEditorView.java108 AccountWithDataSet oldAccount, AccountWithDataSet newAccount); in onRebindEditorsForNewContact() argument