Searched refs:mLookupKey (Results 1 - 5 of 5) 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/Dialer/java/com/android/contacts/common/model/
H A DContact.java49 private final String mLookupKey; field in class:Contact
91 mLookupKey = null;
135 mLookupKey = lookupKey;
161 mLookupKey = from.mLookupKey;
221 return mLookupKey;
368 + mLookupKey
/packages/apps/Contacts/src/com/android/contacts/model/
H A DContact.java64 private final String mLookupKey; field in class:Contact
112 mLookupKey = null;
152 mLookupKey = lookupKey;
178 mLookupKey = from.mLookupKey;
236 return mLookupKey;
481 return "{requested=" + mRequestedUri + ",lookupkey=" + mLookupKey +
/packages/apps/Contacts/src/com/android/contacts/
H A DShortcutIntentBuilder.java157 protected String mLookupKey; field in class:ShortcutIntentBuilder.LoadingAsyncTask
209 mLookupKey = cursor.getString(CONTACT_LOOKUP_KEY_COLUMN_INDEX);
218 createContactShortcutIntent(mUri, mContentType, mDisplayName, mLookupKey, mBitmapData);
245 mLookupKey = cursor.getString(PHONE_LOOKUP_KEY_COLUMN_INDEX);
255 createPhoneNumberShortcutIntent(mUri, mDisplayName, mLookupKey, mBitmapData,

Completed in 418 milliseconds