Searched refs:mLookupKey (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DParticipantListItemData.java35 private final String mLookupKey; field in class:ParticipantListItemData
44 mLookupKey = participant.getLookupKey();
82 return mLookupKey;
H A DParticipantData.java113 private String mLookupKey; field in class:ParticipantData
137 pd.mLookupKey = cursor.getString(ParticipantsQuery.INDEX_LOOKUP_KEY);
191 pd.mLookupKey = recipientEntry.getLookupKey();
212 pd.mLookupKey = null;
278 pd.mLookupKey = null;
356 return mLookupKey;
417 mLookupKey = lookupKey;
508 values.put(ParticipantColumns.LOOKUP_KEY, mLookupKey);
526 mLookupKey = in.readString();
550 dest.writeString(mLookupKey);
[all...]
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DAggregationSuggestionView.java63 private String mLookupKey; field in class:AggregationSuggestionView
85 mLookupKey = suggestion.lookupKey;
142 if (TextUtils.isEmpty(mLookupKey)) {
145 mListener.onEditAction(Contacts.getLookupUri(mContactId, mLookupKey));
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DContact.java64 private final String mLookupKey; field in class:Contact
113 mLookupKey = null;
154 mLookupKey = lookupKey;
181 mLookupKey = from.mLookupKey;
240 return mLookupKey;
477 return "{requested=" + mRequestedUri + ",lookupkey=" + mLookupKey +
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DShortcutIntentBuilder.java151 protected String mLookupKey; field in class:ShortcutIntentBuilder.LoadingAsyncTask
203 mLookupKey = cursor.getString(CONTACT_LOOKUP_KEY_COLUMN_INDEX);
212 createContactShortcutIntent(mUri, mContentType, mDisplayName, mLookupKey, mBitmapData);
239 mLookupKey = cursor.getString(PHONE_LOOKUP_KEY_COLUMN_INDEX);
249 createPhoneNumberShortcutIntent(mUri, mDisplayName, mLookupKey, mBitmapData,
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DConfirmAddDetailActivity.java126 private String mLookupKey; field in class:ConfirmAddDetailActivity
488 mLookupKey = cursor.getString(ContactQuery.LOOKUP_KEY);
489 setDefaultContactImage(mDisplayName, mLookupKey);
498 } else if (TextUtils.isEmpty(mLookupKey)) {
503 Uri lookupUri = Contacts.getLookupUri(mContactId, mLookupKey);
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupEditorFragment.java854 private final String mLookupKey; field in class:GroupEditorFragment.Member
860 mLookupKey = lookupKey;
879 return mLookupKey;
915 dest.writeString(mLookupKey);
924 mLookupKey = in.readString();

Completed in 206 milliseconds