HomeSort by relevance Sort by last modified time
    Searched refs:oldAccount (Results 1 - 9 of 9) sorted by null

  /packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/accounts/
AccountStateChangedListener.java 33 * @param oldAccount the account that was signed out of.
35 public static void onAccountSignedOut(@NonNull String oldAccount) {
42 * @param oldAccount the previous account that was being used for sign-in.
46 public static void onAccountSignedIn(@Nullable String oldAccount, @NonNull String newAccount) {
  /packages/apps/Dialer/java/com/android/voicemail/impl/fetch/
FetchVoicemailReceiver.java 159 Context context, PhoneAccountHandle oldAccount) {
165 if (getIccSerialNumberFromFullIccSerialNumber(handle.getId()).equals(oldAccount.getId())) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
AccountsSettingsFragment.java 396 final String oldAccount = getSignedInAccountName();
406 AccountStateChangedListener.onAccountSignedIn(oldAccount, newAccount);
412 AccountStateChangedListener.onAccountSignedOut(oldAccount);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AbstractConversationViewFragment.java 119 final Account oldAccount = mAccount;
122 onAccountChanged(newAccount, oldAccount);
230 protected abstract void onAccountChanged(Account newAccount, Account oldAccount);
SecureConversationViewFragment.java 222 public void onAccountChanged(Account newAccount, Account oldAccount) {
ConversationViewFragment.java 267 public void onAccountChanged(Account newAccount, Account oldAccount) {
269 if (isOverviewMode(newAccount) != isOverviewMode(oldAccount)) {
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
PhoneAccountRegistrar.java 662 PhoneAccount oldAccount = getPhoneAccountUnchecked(account.getAccountHandle());
663 if (oldAccount != null) {
664 mState.accounts.remove(oldAccount);
665 isEnabled = oldAccount.isEnabled();
666 Log.i(this, "Modify account: %s", getAccountDiffString(account, oldAccount));
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java     [all...]
RawContactEditorView.java 104 * @param oldAccount Old account associated with oldState.
108 AccountWithDataSet oldAccount, AccountWithDataSet newAccount);
    [all...]

Completed in 1294 milliseconds