Home
last modified time | relevance | path

Searched refs:mLookupKey (Results 1 – 7 of 7) 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/ContactsCommon/src/com/android/contacts/common/model/
DContact.java64 private final String mLookupKey; field in Contact
113 mLookupKey = null; in Contact()
154 mLookupKey = lookupKey; in Contact()
181 mLookupKey = from.mLookupKey; in Contact()
240 return mLookupKey; in getLookupKey()
477 return "{requested=" + mRequestedUri + ",lookupkey=" + mLookupKey + in toString()
/packages/apps/Contacts/src/com/android/contacts/editor/
DAggregationSuggestionView.java63 private String mLookupKey; field in AggregationSuggestionView
85 mLookupKey = suggestion.lookupKey; in bindSuggestion()
142 if (TextUtils.isEmpty(mLookupKey)) { in handleItemClickEvent()
145 mListener.onEditAction(Contacts.getLookupUri(mContactId, mLookupKey)); in handleItemClickEvent()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DShortcutIntentBuilder.java151 protected String mLookupKey; field in ShortcutIntentBuilder.LoadingAsyncTask
203 mLookupKey = cursor.getString(CONTACT_LOOKUP_KEY_COLUMN_INDEX); in loadData()
212 createContactShortcutIntent(mUri, mContentType, mDisplayName, mLookupKey, mBitmapData); in onPostExecute()
239 mLookupKey = cursor.getString(PHONE_LOOKUP_KEY_COLUMN_INDEX); in loadData()
249 createPhoneNumberShortcutIntent(mUri, mDisplayName, mLookupKey, mBitmapData, in onPostExecute()
/packages/apps/Contacts/src/com/android/contacts/activities/
DConfirmAddDetailActivity.java126 private String mLookupKey; field in ConfirmAddDetailActivity
488 mLookupKey = cursor.getString(ContactQuery.LOOKUP_KEY); in onQueryComplete()
489 setDefaultContactImage(mDisplayName, mLookupKey); in onQueryComplete()
498 } else if (TextUtils.isEmpty(mLookupKey)) { in onQueryComplete()
503 Uri lookupUri = Contacts.getLookupUri(mContactId, mLookupKey); in onQueryComplete()
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupEditorFragment.java854 private final String mLookupKey; field in GroupEditorFragment.Member
860 mLookupKey = lookupKey; in Member()
879 return mLookupKey; in getLookupKey()
915 dest.writeString(mLookupKey); in writeToParcel()
924 mLookupKey = in.readString(); in Member()