Home
last modified time | relevance | path

Searched refs:mCustomProtocol (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/vcard/java/com/android/vcard/
DVCardEntry.java874 private final String mCustomProtocol; field in VCardEntry.ImData
881 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()