Searched defs:AccountInfo (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DAccountInfo.java32 public class AccountInfo { class
37 public AccountInfo(AccountDisplayInfo displayInfo, AccountType type) { method in class:AccountInfo
83 public boolean sameAccount(AccountInfo other) {
97 public static boolean contains(List<AccountInfo> accounts, AccountInfo account) {
107 public static boolean contains(List<AccountInfo> accounts, AccountWithDataSet account) {
112 * Returns the AccountInfo from the list that has the specified account as it's source account
114 public static AccountInfo getAccount(List<AccountInfo> accounts, AccountWithDataSet account) {
117 for (AccountInfo inf
[all...]

Completed in 80 milliseconds