Searched defs:oldAccount (Results 1 – 9 of 9) sorted by relevance
35 public static void onAccountSignedOut(@NonNull String oldAccount) { in onAccountSignedOut()46 public static void onAccountSignedIn(@Nullable String oldAccount, @NonNull String newAccount) { in onAccountSignedIn()
159 Context context, PhoneAccountHandle oldAccount) { in getAccountFromMarshmallowAccount()
222 public void onAccountChanged(Account newAccount, Account oldAccount) { in onAccountChanged()
230 protected abstract void onAccountChanged(Account newAccount, Account oldAccount); in onAccountChanged()
267 public void onAccountChanged(Account newAccount, Account oldAccount) { in onAccountChanged()
396 final String oldAccount = getSignedInAccountName(); in onClick() local
1332 RawContactDelta oldState, AccountWithDataSet oldAccount, in rebindEditorsForNewContact()1706 AccountWithDataSet oldAccount, AccountWithDataSet newAccount) { in onRebindEditorsForNewContact()
108 AccountWithDataSet oldAccount, AccountWithDataSet newAccount); in onRebindEditorsForNewContact()
661 PhoneAccount oldAccount = getPhoneAccountUnchecked(account.getAccountHandle()); in addOrReplacePhoneAccount() local