Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DContact.java120 private String mLookupKey; field in Contact
172 contact.mLookupKey = lookUpKey; in fromCursor()
175 contact.mLookupKey = contact.mDisplayName; in fromCursor()
182 return obj instanceof Contact && mLookupKey.equals(((Contact) obj).mLookupKey); in equals()
187 return mLookupKey.hashCode(); in hashCode()
216 return mLookupKey; in getLookupKey()
220 return ContactsContract.Contacts.getLookupUri(mId, mLookupKey); in getLookupUri()
305 dest.writeString(mLookupKey); in writeToParcel()
340 contact.mLookupKey = source.readString(); in fromParcel()
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContact.java49 private final String mLookupKey; field in Contact
91 mLookupKey = null; in Contact()
135 mLookupKey = lookupKey; in Contact()
161 mLookupKey = from.mLookupKey; in Contact()
221 return mLookupKey; in getLookupKey()
368 + mLookupKey in toString()
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DParticipantData.java113 private String mLookupKey; field in ParticipantData
137 pd.mLookupKey = cursor.getString(ParticipantsQuery.INDEX_LOOKUP_KEY); in getFromCursor()
191 pd.mLookupKey = recipientEntry.getLookupKey(); in getFromRecipientEntry()
212 pd.mLookupKey = null; in getFromRawPhone()
278 pd.mLookupKey = null; in getSelfParticipant()
356 return mLookupKey; in getLookupKey()
417 mLookupKey = lookupKey; in setLookupKey()
508 values.put(ParticipantColumns.LOOKUP_KEY, mLookupKey); in toContentValues()
526 mLookupKey = in.readString(); in ParticipantData()
550 dest.writeString(mLookupKey); in writeToParcel()
DParticipantListItemData.java35 private final String mLookupKey; field in ParticipantListItemData
44 mLookupKey = participant.getLookupKey(); in ParticipantListItemData()
82 return mLookupKey; in getLookupKey()
/packages/apps/Contacts/src/com/android/contacts/model/
DContact.java64 private final String mLookupKey; field in Contact
112 mLookupKey = null; in Contact()
152 mLookupKey = lookupKey; in Contact()
178 mLookupKey = from.mLookupKey; in Contact()
236 return mLookupKey; in getLookupKey()
481 return "{requested=" + mRequestedUri + ",lookupkey=" + mLookupKey + in toString()
/packages/apps/Contacts/src/com/android/contacts/
DShortcutIntentBuilder.java157 protected String mLookupKey; field in ShortcutIntentBuilder.LoadingAsyncTask
209 mLookupKey = cursor.getString(CONTACT_LOOKUP_KEY_COLUMN_INDEX); in loadData()
218 createContactShortcutIntent(mUri, mContentType, mDisplayName, mLookupKey, mBitmapData); in onPostExecute()
245 mLookupKey = cursor.getString(PHONE_LOOKUP_KEY_COLUMN_INDEX); in loadData()
255 createPhoneNumberShortcutIntent(mUri, mDisplayName, mLookupKey, mBitmapData, in onPostExecute()