Home | History | Annotate | Download | only in account

Lines Matching defs:AccountType

50 public abstract class AccountType {
51 private static final String TAG = "AccountType";
56 public String accountType = null;
212 return getResourceText(context, syncAdapterPackageName, titleRes, accountType);
233 return AccountTypeWithDataSet.get(accountType, dataSet);
509 * Compare two {@link AccountType} by their {@link AccountType#getDisplayLabel} with the
512 public static class DisplayLabelComparator implements Comparator<AccountType> {
521 private String getDisplayLabel(AccountType type) {
527 public int compare(AccountType lhs, AccountType rhs) {