/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/ |
D | MatchScore.java | 27 private long mRawContactId; field in MatchScore 39 this.mRawContactId = rawContactId; in MatchScore() 45 this.mRawContactId = 0; in MatchScore() 51 this.mRawContactId = rawContactId; in reset() 67 return mRawContactId; in getRawContactId() 146 return mRawContactId + "/" + mContactId + "/" + mAccountId + ": " + mPrimaryScore + in toString()
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
D | GroupEditorFragment.java | 813 private long mRawContactId; 818 mRawContactId = args.getLong(MEMBER_RAW_CONTACT_ID_KEY); 835 Member member = new Member(mRawContactId, lookupKey, contactId, displayName, photoUri); 849 private final long mRawContactId; field in GroupEditorFragment.Member 858 mRawContactId = rawContactId; in Member() 867 return mRawContactId; in getRawContactId() 912 dest.writeLong(mRawContactId); in writeToParcel() 921 mRawContactId = in.readLong(); in Member()
|
D | SuggestedMemberListAdapter.java | 327 private long mRawContactId; field in SuggestedMemberListAdapter.SuggestedMember 334 mRawContactId = rawContactId; in SuggestedMember() 348 return mRawContactId; in getRawContactId()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 8244 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testContactDelete_hasDeleteLog() 8260 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testContactDelete_marksRawContactsForDeletion() 8279 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testContactUpdate_updatesContactUpdatedTimestamp() 8302 RawContactUtil.update(mResolver, ids.mRawContactId, values); in testRawContactUpdate_updatesContactUpdatedTimestamp() 8308 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testRawContactUpdate_updatesContactUpdatedTimestamp() 8316 RawContactUtil.delete(mResolver, ids.mRawContactId, false); in testRawContactPsuedoDelete_hasDeleteLogForContact() 8321 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testRawContactPsuedoDelete_hasDeleteLogForContact() 8329 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testRawContactDelete_hasDeleteLogForContact() 8350 insertPhoneNumberAndReturnDataId(ids.mRawContactId); in testDataInsert_updatesContactLastUpdatedTimestamp() 8356 RawContactUtil.delete(mResolver, ids.mRawContactId, true); in testDataInsert_updatesContactLastUpdatedTimestamp() [all …]
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | RawContactReadOnlyEditorView.java | 68 private long mRawContactId = -1; field in RawContactReadOnlyEditorView 136 mRawContactId = state.getRawContactId(); in setState() 251 return mRawContactId; in getRawContactId() 260 ContentUris.withAppendedId(RawContacts.CONTENT_URI, mRawContactId)); in onClick()
|
D | ContactEditorFragment.java | 638 final long mRawContactId; field in ContactEditorFragment.PhotoHandler 646 mRawContactId = editor.getRawContactId(); in PhotoHandler() 712 mUpdatedPhotos.remove(String.valueOf(mRawContactId)); in onRemovePictureChosen() 719 setPhoto(mRawContactId, bitmap, uri); in onPhotoSelected()
|
D | RawContactEditorView.java | 82 private long mRawContactId = -1; field in RawContactEditorView 190 mRawContactId = state.getRawContactId(); in setState() 387 return mRawContactId; in getRawContactId()
|
D | CompactRawContactsEditorView.java | 96 private final long mRawContactId; field in CompactRawContactsEditorView.NameEditorListener 102 mRawContactId = rawContactId; in NameEditorListener() 111 mListener.onNameFieldChanged(mRawContactId, mValuesDelta); in onRequest()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/ |
D | DatabaseAsserts.java | 103 public long mRawContactId; field in DatabaseAsserts.ContactIdPair 107 this.mRawContactId = rawContactId; in ContactIdPair()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 8300 private final long mRawContactId; field in ContactsProvider2.PipeMonitor 8303 mRawContactId = rawContactId; in PipeMonitor() 8319 PhotoStore photoStore = ContactsContract.isProfileId(mRawContactId) in doInBackground() 8353 .appendPath(String.valueOf(mRawContactId)) in doInBackground()
|