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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DCustomContactListFilterActivity.java138 AccountDisplay accountDisplay =
139 new AccountDisplay(resolver, account.name, account.type, account.dataSet);
435 * Set of all {@link AccountDisplay} entries, one for each source.
437 protected static class AccountSet extends ArrayList<AccountDisplay> {
440 for (AccountDisplay account : this) {
451 protected static class AccountDisplay { class in class:CustomContactListFilterActivity
461 * Build an {@link AccountDisplay} covering all {@link Groups} under the
464 public AccountDisplay(ContentResolver resolver, String accountName, String accountType, method in class:CustomContactListFilterActivity.AccountDisplay
540 * unsynced, as determined through {@link AccountDisplay#mUnsyncedGroups}.
580 final AccountDisplay accoun
[all...]

Completed in 37 milliseconds