Home
last modified time | relevance | path

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

/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/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/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.java155 protected String mLookupKey; field in ShortcutIntentBuilder.LoadingAsyncTask
207 mLookupKey = cursor.getString(CONTACT_LOOKUP_KEY_COLUMN_INDEX); in loadData()
216 createContactShortcutIntent(mUri, mContentType, mDisplayName, mLookupKey, mBitmapData); in onPostExecute()
243 mLookupKey = cursor.getString(PHONE_LOOKUP_KEY_COLUMN_INDEX); in loadData()
253 createPhoneNumberShortcutIntent(mUri, mDisplayName, mLookupKey, mBitmapData, in onPostExecute()