Searched refs:mLookupKey (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/ |
D | Contact.java | 161 private String mLookupKey; field in Contact 247 || !TextUtils.equals(lookupKey, contact.mLookupKey)) { in fromCursor() 308 mLookupKey = cursor.getString(lookupKeyColumn); in loadBasicInfo() 377 return obj instanceof Contact && mLookupKey.equals(((Contact) obj).mLookupKey) in equals() 383 return mLookupKey.hashCode(); in hashCode() 412 return ContactsContract.Contacts.getLookupUri(mContactId, mLookupKey); in getLookupUri() 492 return mLookupKey; in getLookupKey() 578 dest.writeString(mLookupKey); in writeToParcel() 623 contact.mLookupKey = source.readString(); in fromParcel()
|
D | TelecomUtils.java | 195 private final String mLookupKey; field in TelecomUtils.PhoneNumberInfo 205 mLookupKey = lookupKey; in PhoneNumberInfo() 241 return mLookupKey; in getLookupKey()
|
/packages/apps/Dialer/java/com/android/contacts/common/model/ |
D | Contact.java | 49 private final String mLookupKey; field in Contact 91 mLookupKey = null; in Contact() 135 mLookupKey = lookupKey; in Contact() 161 mLookupKey = from.mLookupKey; in Contact() 221 return mLookupKey; in getLookupKey() 368 + mLookupKey in toString()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
D | ParticipantData.java | 119 private String mLookupKey; field in ParticipantData 143 pd.mLookupKey = cursor.getString(ParticipantsQuery.INDEX_LOOKUP_KEY); in getFromCursor() 197 pd.mLookupKey = recipientEntry.getLookupKey(); in getFromRecipientEntry() 218 pd.mLookupKey = null; in getFromRawPhone() 284 pd.mLookupKey = null; in getSelfParticipant() 390 return mLookupKey; in getLookupKey() 451 mLookupKey = lookupKey; in setLookupKey() 542 values.put(ParticipantColumns.LOOKUP_KEY, mLookupKey); in toContentValues() 560 mLookupKey = in.readString(); in ParticipantData() 584 dest.writeString(mLookupKey); in writeToParcel()
|
D | ParticipantListItemData.java | 35 private final String mLookupKey; field in ParticipantListItemData 44 mLookupKey = participant.getLookupKey(); in ParticipantListItemData() 82 return mLookupKey; in getLookupKey()
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | Contact.java | 64 private final String mLookupKey; field in Contact 112 mLookupKey = null; in Contact() 152 mLookupKey = lookupKey; in Contact() 178 mLookupKey = from.mLookupKey; in Contact() 236 return mLookupKey; in getLookupKey() 481 return "{requested=" + mRequestedUri + ",lookupkey=" + mLookupKey + in toString()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ShortcutIntentBuilder.java | 157 protected String mLookupKey; field in ShortcutIntentBuilder.LoadingAsyncTask 209 mLookupKey = cursor.getString(CONTACT_LOOKUP_KEY_COLUMN_INDEX); in loadData() 218 createContactShortcutIntent(mUri, mContentType, mDisplayName, mLookupKey, mBitmapData); in onPostExecute() 245 mLookupKey = cursor.getString(PHONE_LOOKUP_KEY_COLUMN_INDEX); in loadData() 255 createPhoneNumberShortcutIntent(mUri, mDisplayName, mLookupKey, mBitmapData, in onPostExecute()
|