Home | History | Annotate | Download | only in model

Lines Matching refs:getTypeLabelResource

124         return new EditType(type, Phone.getTypeLabelResource(type));
128 return new EditType(type, Email.getTypeLabelResource(type));
132 return new EditType(type, StructuredPostal.getTypeLabelResource(type));
144 return new EditType(type, Relation.getTypeLabelResource(type));
501 protected abstract int getTypeLabelResource(Integer type);
516 final int labelRes = getTypeLabelResource(type);
546 protected int getTypeLabelResource(Integer type) {
581 protected int getTypeLabelResource(Integer type) {
611 protected int getTypeLabelResource(Integer type) {
625 protected int getTypeLabelResource(Integer type) {
632 protected int getTypeLabelResource(Integer type) {
633 return Relation.getTypeLabelResource(type == null ? Relation.TYPE_CUSTOM : type);
639 protected int getTypeLabelResource(Integer type) {
662 protected int getTypeLabelResource(Integer type) {
1091 return new EditType(type, Phone.getTypeLabelResource(type)).setSecondary(secondary);