Home
last modified time | relevance | path

Searched refs:sameAccount (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DAccountInfo.java83 public boolean sameAccount(AccountInfo other) { in sameAccount() method in AccountInfo
84 return sameAccount(other.getAccount()); in sameAccount()
87 public boolean sameAccount(AccountWithDataSet other) { in sameAccount() method in AccountInfo
118 if (info.sameAccount(account)) { in getAccount()
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/
H A DAccountsListAdapter.java75 && !mAccounts.get(0).sameAccount(currentAccount) in setAccounts()