Lines Matching refs:mType

305         private final int mType;
315 mType = type;
328 builder.withValue(Phone.TYPE, mType);
329 if (mType == Phone.TYPE_CUSTOM) {
353 return (mType == phoneData.mType
361 int hash = mType;
370 return String.format("type: %d, data: %s, label: %s, isPrimary: %s", mType, mNumber,
384 return mType;
398 private final int mType;
404 mType = type;
418 builder.withValue(Email.TYPE, mType);
419 if (mType == Email.TYPE_CUSTOM) {
443 return (mType == emailData.mType
451 int hash = mType;
460 return String.format("type: %d, data: %s, label: %s, isPrimary: %s", mType, mAddress,
474 return mType;
497 private final int mType;
508 mType = type;
561 builder.withValue(StructuredPostal.TYPE, mType);
562 if (mType == StructuredPostal.TYPE_CUSTOM) {
650 return (mType == postalData.mType)
651 && (mType == StructuredPostal.TYPE_CUSTOM ? TextUtils.equals(mLabel,
665 int hash = mType;
681 + "country: %s", mType, mLabel, mIsPrimary, mPobox, mExtendedAddress, mStreet,
719 return mType;
739 private final int mType;
745 mType = type;
783 builder.withValue(Organization.TYPE, mType);
817 return (mType == organization.mType
826 int hash = mType;
837 "type: %d, organization: %s, department: %s, title: %s, isPrimary: %s", mType,
863 return mType;
875 private final int mType;
882 mType = type;
894 builder.withValue(Im.TYPE, mType);
920 return (mType == imData.mType
929 int hash = mType;
940 "type: %d, protocol: %d, custom_protcol: %s, data: %s, isPrimary: %s", mType,
966 return mType;
1350 private final int mType;
1360 mType = type;
1373 builder.withValue(SipAddress.TYPE, mType);
1374 if (mType == SipAddress.TYPE_CUSTOM) {
1397 return (mType == sipData.mType
1405 int hash = mType;
1426 public int getType() { return mType; }