Searched defs:newAccount (Results 1 – 11 of 11) sorted by relevance
80 public abstract void onChanged(Account newAccount); in onChanged()
46 public static void onAccountSignedIn(@Nullable String oldAccount, @NonNull String newAccount) { in onAccountSignedIn()
63 Account newAccount = new Account(account.name, account.type); in addTestAccount() local
222 public void onAccountChanged(Account newAccount, Account oldAccount) { in onAccountChanged()
230 protected abstract void onAccountChanged(Account newAccount, Account oldAccount); in onAccountChanged()
214 private boolean setAccount(Account newAccount) { in setAccount()
267 public void onAccountChanged(Account newAccount, Account oldAccount) { in onAccountChanged()
400 final String newAccount = in onClick() local
1333 AccountWithDataSet newAccount) { in rebindEditorsForNewContact()1706 AccountWithDataSet oldAccount, AccountWithDataSet newAccount) { in onRebindEditorsForNewContact()
108 AccountWithDataSet oldAccount, AccountWithDataSet newAccount); in onRebindEditorsForNewContact()
820 private void maybeReplaceOldAccount(PhoneAccount newAccount) { in maybeReplaceOldAccount()