Searched refs:mCustomProtocol (Results 1 – 1 of 1) sorted by relevance
886 private final String mCustomProtocol; field in VCardEntry.ImData893 mCustomProtocol = customProtocol; in ImData()910 builder.withValue(Im.CUSTOM_PROTOCOL, mCustomProtocol); in constructInsertOperation()934 && TextUtils.equals(mCustomProtocol, imData.mCustomProtocol) in equals()943 hash = hash * 31 + (mCustomProtocol != null ? mCustomProtocol.hashCode() : 0); in hashCode()953 mProtocol, mCustomProtocol, mAddress, mIsPrimary); in toString()974 return mCustomProtocol; in getCustomProtocol()