HomeSort by relevance Sort by last modified time
    Searched refs:mLookupKey (Results 1 - 7 of 7) 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/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 +
  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionView.java 62 private String mLookupKey;
84 mLookupKey = suggestion.lookupKey;
141 mListener.onEditAction(Contacts.getLookupUri(mContactId, 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/group/
GroupEditorFragment.java     [all...]
  /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);
500 Uri lookupUri = Contacts.getLookupUri(mContactId, mLookupKey);
    [all...]

Completed in 500 milliseconds