/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/ |
D | MatchScore.java | 28 private long mContactId; field in MatchScore 40 this.mContactId = contactId; in MatchScore() 46 this.mContactId = contactId; in MatchScore() 52 this.mContactId = contactId; in reset() 71 return mContactId; in getContactId() 146 return mRawContactId + "/" + mContactId + "/" + mAccountId + ": " + mPrimaryScore + in toString()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
D | ParticipantData.java | 118 private long mContactId; field in ParticipantData 142 pd.mContactId = cursor.getLong(ParticipantsQuery.INDEX_CONTACT_ID); in getFromCursor() 190 pd.mContactId = recipientEntry.getContactId(); in getFromRecipientEntry() 191 if (pd.mContactId < 0) { in getFromRecipientEntry() 195 pd.mContactId = PARTICIPANT_CONTACT_ID_NOT_RESOLVED; in getFromRecipientEntry() 217 pd.mContactId = PARTICIPANT_CONTACT_ID_NOT_RESOLVED; in getFromRawPhone() 283 pd.mContactId = PARTICIPANT_CONTACT_ID_NOT_RESOLVED; in getSelfParticipant() 386 return mContactId; in getContactId() 447 mContactId = contactId; in setContactId() 514 return (mContactId != PARTICIPANT_CONTACT_ID_NOT_RESOLVED); in isContactIdResolved() [all …]
|
D | ParticipantListItemData.java | 34 private final long mContactId; field in ParticipantListItemData 43 mContactId = participant.getContactId(); in ParticipantListItemData() 77 return mContactId; in getContactId()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ProfileAggregator.java | 37 private long mContactId; field in ProfileAggregator 65 return mContactId; in onRawContactInsert() 85 mContactId = profileContactIdLookup.simpleQueryForLong(); in aggregateContact() 86 updateAggregateData(txContext, mContactId); in aggregateContact() 89 mContactId = insertContact(db, rawContactId); in aggregateContact() 93 setContactId(rawContactId, mContactId); in aggregateContact()
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | ContactIconView.java | 48 private long mContactId; field in ContactIconView 124 mContactId = contactId; in setImageResourceUri() 133 if ((mContactId > ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED in maybeInitializeOnClickListener() 140 ContactUtil.showOrAddContact(view, mContactId, mContactLookupKey, in maybeInitializeOnClickListener()
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/storage/ |
D | FavoriteNumberEntity.java | 32 private long mContactId; field in FavoriteNumberEntity 57 mContactId = contactId; in setContactId() 61 return mContactId; in getContactId()
|
/packages/apps/Contacts/src/com/android/contacts/compat/ |
D | AggregationSuggestionsCompat.java | 39 private long mContactId; field in AggregationSuggestionsCompat.Builder 51 this.mContactId = contactId; in setContactId() 83 builder.appendEncodedPath(String.valueOf(mContactId)); in build()
|
/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/ |
D | Contact.java | 67 private long mContactId; field in Contact 288 mContactId = cursor.getLong(contactIdColumn); in loadBasicInfo() 384 return mContactId; in getId() 401 return ContactsContract.Contacts.getLookupUri(mContactId, mLookupKey); in getLookupUri() 554 dest.writeLong(mContactId); in writeToParcel() 599 contact.mContactId = source.readLong(); in fromParcel()
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | JoinContactConfirmationDialogFragment.java | 62 private long mContactId; field in JoinContactConfirmationDialogFragment 67 mContactId = getArguments().getLong(ARG_JOIN_CONTACT_ID); in onCreate() 79 targetListener.onJoinContactConfirmed(mContactId); in onCreateDialog()
|
D | AggregationSuggestionEngine.java | 109 private long mContactId; field in AggregationSuggestionEngine 140 if (contactId != mContactId) { in setContactId() 141 mContactId = contactId; in setContactId() 221 .setContactId(mContactId); in buildAggregationSuggestionUri() 235 .setContactId(mContactId); in buildAggregationSuggestionUri()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 8885 DatabaseAsserts.assertHasDeleteLogGreaterThan(mResolver, ids.mContactId, start); in testContactDelete_hasDeleteLog() 8930 ContactUtil.update(mResolver, ids.mContactId, values); in testContactUpdate_metadataChange() 8941 long baseTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId); in testContactUpdate_updatesContactUpdatedTimestamp() 8947 ContactUtil.update(mResolver, ids.mContactId, values); in testContactUpdate_updatesContactUpdatedTimestamp() 8949 long newTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId); in testContactUpdate_updatesContactUpdatedTimestamp() 8972 long baseTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId); in testRawContactUpdate_updatesContactUpdatedTimestamp() 8978 long newTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId); in testRawContactUpdate_updatesContactUpdatedTimestamp() 8988 long baseTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId); in testRawContactPsuedoDelete_hasDeleteLogForContact() 8992 DatabaseAsserts.assertHasDeleteLogGreaterThan(mResolver, ids.mContactId, baseTime); in testRawContactPsuedoDelete_hasDeleteLogForContact() 9001 long baseTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId); in testRawContactDelete_hasDeleteLogForContact() [all …]
|
/packages/providers/ContactsProvider/test_common/src/com/android/providers/contacts/testutil/ |
D | DatabaseAsserts.java | 102 public long mContactId; field in DatabaseAsserts.ContactIdPair 106 this.mContactId = contactId; in ContactIdPair()
|