HomeSort by relevance Sort by last modified time
    Searched refs:mLookupKey (Results 1 - 9 of 9) sorted by null

  /frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
SimpleRecipientChip.java 32 private final String mLookupKey;
47 mLookupKey = entry.getLookupKey();
84 return mLookupKey;
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ParticipantListItemData.java 35 private final String mLookupKey;
44 mLookupKey = participant.getLookupKey();
82 return mLookupKey;
ParticipantData.java 113 private String mLookupKey;
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/
AggregationSuggestionView.java 63 private String mLookupKey;
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/
Contact.java 64 private final String mLookupKey;
113 mLookupKey = null;
154 mLookupKey = lookupKey;
181 mLookupKey = from.mLookupKey;
240 return mLookupKey;
477 return "{requested=" + mRequestedUri + ",lookupkey=" + mLookupKey +
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEntry.java 80 private final String mLookupKey;
99 mLookupKey = lookupKey;
249 return mLookupKey;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ShortcutIntentBuilder.java 151 protected String mLookupKey;
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/
ConfirmAddDetailActivity.java 126 private String mLookupKey;
488 mLookupKey = cursor.getString(ContactQuery.LOOKUP_KEY);
489 setDefaultContactImage(mDisplayName, mLookupKey);
498 } else if (TextUtils.isEmpty(mLookupKey)) {
503 Uri lookupUri = Contacts.getLookupUri(mContactId, mLookupKey);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java     [all...]

Completed in 224 milliseconds