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

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/account/
H A DAccountTypeTest.java118 public CharSequence getDisplayLabel(Context context) { method in class:AccountTypeTest.AccountTypeForDisplayLabelTest
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/
H A DContactsUtils.java50 public static final CharSequence getDisplayLabel(Context context, method in class:ContactsUtils
78 return getDisplayLabel(context, mimeType, type, label);
81 public static final CharSequence getDisplayLabel(Context context, String mimetype, int type, method in class:ContactsUtils
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DContactsSource.java119 public CharSequence getDisplayLabel(Context context) { method in class:ContactsSource
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
H A DAccountType.java200 public CharSequence getDisplayLabel(Context context) { method in class:AccountType
499 * Compare two {@link AccountType} by their {@link AccountType#getDisplayLabel} with the
511 private String getDisplayLabel(AccountType type) { method in class:AccountType.DisplayLabelComparator
512 CharSequence label = type.getDisplayLabel(mContext);
518 return mCollator.compare(getDisplayLabel(lhs), getDisplayLabel(rhs));

Completed in 683 milliseconds