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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
H A DAccountType.java50 public abstract class AccountType { class
51 private static final String TAG = "AccountType";
504 * Compare two {@link AccountType} by their {@link AccountType#getDisplayLabel} with the
507 public static class DisplayLabelComparator implements Comparator<AccountType> {
516 private String getDisplayLabel(AccountType type) {
522 public int compare(AccountType lhs, AccountType rhs) {

Completed in 249 milliseconds