Home | History | Annotate | Download | only in group

Lines Matching refs:lookupKey

795                 String lookupKey = data.getString(GroupEditorQuery.CONTACT_LOOKUP_KEY);
798 lookupKey, contactId,
841 String lookupKey = cursor.getString(CONTACT_LOOKUP_KEY_COLUMN_INDEX);
844 Member member = new Member(mRawContactId, lookupKey, contactId, displayName, photoUri);
865 public Member(long rawContactId, String lookupKey, long contactId, String displayName,
869 mLookupUri = Contacts.getLookupUri(contactId, lookupKey);