Searched refs:sameAccount (Results 1 – 2 of 2) sorted by relevance
83 public boolean sameAccount(AccountInfo other) { in sameAccount() method in AccountInfo84 return sameAccount(other.getAccount()); in sameAccount()87 public boolean sameAccount(AccountWithDataSet other) { in sameAccount() method in AccountInfo118 if (info.sameAccount(account)) { in getAccount()
75 && !mAccounts.get(0).sameAccount(currentAccount) in setAccounts()