Home | History | Annotate | Download | only in activities

Lines Matching refs:mLookupKey

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);