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

/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DAccountType.java54 public abstract class AccountType { class
55 private static final String TAG = "AccountType";
507 * Compare two {@link AccountType} by their {@link AccountType#getDisplayLabel} with the
510 public static class DisplayLabelComparator implements Comparator<AccountType> {
519 private String getDisplayLabel(AccountType type) {
525 public int compare(AccountType lhs, AccountType rhs) {
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
H A DAccountType.java47 public abstract class AccountType { class
49 private static final String TAG = "AccountType";
478 * Compare two {@link AccountType} by their {@link AccountType#getDisplayLabel} with the current
481 public static class DisplayLabelComparator implements Comparator<AccountType> {
491 private String getDisplayLabel(AccountType type) {
497 public int compare(AccountType lhs, AccountType rhs) {

Completed in 114 milliseconds