HomeSort by relevance Sort by last modified time
    Searched refs:mLookupKey (Results 1 - 10 of 10) 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/Dialer/java/com/android/contacts/common/model/
Contact.java 49 private final String mLookupKey;
91 mLookupKey = null;
135 mLookupKey = lookupKey;
161 mLookupKey = from.mLookupKey;
221 return mLookupKey;
368 + mLookupKey
  /packages/apps/Contacts/src/com/android/contacts/model/
Contact.java 64 private final String mLookupKey;
112 mLookupKey = null;
152 mLookupKey = lookupKey;
178 mLookupKey = from.mLookupKey;
236 return mLookupKey;
481 return "{requested=" + mRequestedUri + ",lookupkey=" + mLookupKey +
  /packages/apps/Car/Dialer/src/com/android/car/dialer/ui/
ContactListItemProvider.java 62 contactItem.mLookupKey);
ContactListFragment.java 158 public final String mLookupKey;
166 mLookupKey = lookupKey;
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEntry.java 93 private final String mLookupKey;
127 mLookupKey = lookupKey;
314 return mLookupKey;
  /packages/apps/Car/Dialer/src/com/android/car/dialer/
ContactEntry.java 76 private String mLookupKey;
231 return mLookupKey;
235 mLookupKey = lookupKey;
  /packages/apps/Contacts/src/com/android/contacts/
ShortcutIntentBuilder.java 157 protected String mLookupKey;
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 128 milliseconds