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

/packages/apps/Contacts/src/com/android/contacts/compat/
H A DEventCompat.java38 public static CharSequence getTypeLabel(Resources res, int type, CharSequence label) { method in class:EventCompat
40 return Event.getTypeLabel(res, type, label);
48 * {@link Event#getTypeLabel(Resources, int, CharSequence)}
/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DAccountInfo.java60 public CharSequence getTypeLabel() { method in class:AccountInfo
61 return mDisplayInfo.getTypeLabel();
H A DAccountDisplayInfo.java55 public CharSequence getTypeLabel() { method in class:AccountDisplayInfo
H A DBaseAccountType.java514 protected CharSequence getTypeLabel(Resources res, Integer type, CharSequence label) { method in class:BaseAccountType.CommonInflater
529 return getTypeLabel(context.getResources(), type, label);
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DFallbackSource.java512 protected CharSequence getTypeLabel(Resources res, Integer type, CharSequence label) { method in class:FallbackSource.CommonInflater
526 return getTypeLabel(context.getResources(), type, label);
532 return getTypeLabel(context.getResources(), type, label);
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
H A DBaseAccountType.java656 protected CharSequence getTypeLabel(Resources res, Integer type, CharSequence label) { method in class:BaseAccountType.CommonInflater
671 return getTypeLabel(context.getResources(), type, label);

Completed in 383 milliseconds