Loading src/com/android/contacts/editor/RawContactReadOnlyEditorView.java +2 −2 Original line number Diff line number Diff line Loading @@ -170,7 +170,7 @@ public class RawContactReadOnlyEditorView extends BaseRawContactEditorView phoneNumber, phone.getPhoneNormalizedNumber(), GeoUtil.getCurrentCountryIso(getContext())); CharSequence phoneType = null; if (phone.phoneHasType()) { if (phone.hasPhoneType()) { phoneType = Phone.getTypeLabel( res, phone.getPhoneType(), phone.getPhoneLabel()); } Loading @@ -192,7 +192,7 @@ public class RawContactReadOnlyEditorView extends BaseRawContactEditorView continue; } CharSequence emailType = null; if (email.emailHasType()) { if (email.hasEmailType()) { emailType = Email.getTypeLabel( res, email.getEmailType(), email.getEmailLabel()); } Loading Loading
src/com/android/contacts/editor/RawContactReadOnlyEditorView.java +2 −2 Original line number Diff line number Diff line Loading @@ -170,7 +170,7 @@ public class RawContactReadOnlyEditorView extends BaseRawContactEditorView phoneNumber, phone.getPhoneNormalizedNumber(), GeoUtil.getCurrentCountryIso(getContext())); CharSequence phoneType = null; if (phone.phoneHasType()) { if (phone.hasPhoneType()) { phoneType = Phone.getTypeLabel( res, phone.getPhoneType(), phone.getPhoneLabel()); } Loading @@ -192,7 +192,7 @@ public class RawContactReadOnlyEditorView extends BaseRawContactEditorView continue; } CharSequence emailType = null; if (email.emailHasType()) { if (email.hasEmailType()) { emailType = Email.getTypeLabel( res, email.getEmailType(), email.getEmailLabel()); } Loading