HomeSort by relevance Sort by last modified time
    Searched defs:newAccount (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/accounts/src/android/accounts/cts/
AccountTest.java 45 Account newAccount = new Account(parcel);
46 assertEquals(account, newAccount);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
AccountsSettingsFragment.java 400 final String newAccount =
404 .putString(PREF_ACCOUNT_NAME, newAccount)
406 AccountStateChangedListener.onAccountSignedIn(oldAccount, newAccount);
  /packages/services/Telecomm/src/com/android/server/telecom/
PhoneAccountRegistrar.java 275 // newAccount that was just added
746 private void maybeReplaceOldAccount(PhoneAccount newAccount) {
747 UserHandle newAccountUserHandle = newAccount.getAccountHandle().getUserHandle();
755 if (!defaultHandle.groupId.equals(newAccount.getGroupId())) {
759 if (Objects.equals(newAccount.getAccountHandle().getComponentName(),
763 setUserSelectedOutgoingPhoneAccount(newAccount.getAccountHandle(),
769 PhoneAccount replacementAccount = getPhoneAccountByGroupId(newAccount.getGroupId(),
770 newAccount.getAccountHandle().getComponentName(), newAccountUserHandle,
771 newAccount.getAccountHandle());
    [all...]

Completed in 618 milliseconds