Searched refs:mCustomProtocol (Results 1 – 1 of 1) sorted by relevance
874 private final String mCustomProtocol; field in VCardEntry.ImData881 mCustomProtocol = customProtocol; in ImData()898 builder.withValue(Im.CUSTOM_PROTOCOL, mCustomProtocol); in constructInsertOperation()922 && TextUtils.equals(mCustomProtocol, imData.mCustomProtocol) in equals()931 hash = hash * 31 + (mCustomProtocol != null ? mCustomProtocol.hashCode() : 0); in hashCode()941 mProtocol, mCustomProtocol, mAddress, mIsPrimary); in toString()962 return mCustomProtocol; in getCustomProtocol()