Home
last modified time | relevance | path

Searched refs:CONTACT_MARY (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaListTests.java59 public static final long CONTACT_MARY = 11; field in RawContactDeltaListTests
494 VER_SECOND, buildPhone(PHONE_RED)), buildBeforeEntity(mContext, CONTACT_MARY, in testMergeRawContactLocalInsertRemoteInsert()
525 buildBeforeEntity(mContext, CONTACT_MARY, VER_FIRST, buildPhone(PHONE_RED))); in testMergeRawContactLocalDeleteRemoteDelete()
530 first.getByRawContactId(CONTACT_MARY).markDeleted(); in testMergeRawContactLocalDeleteRemoteDelete()
544 buildBeforeEntity(mContext, CONTACT_MARY, VER_FIRST, buildPhone(PHONE_RED))); in testMergeRawContactLocalUpdateRemoteDelete()
549 final ValuesDelta phone = getPhone(first, CONTACT_MARY, PHONE_RED); in testMergeRawContactLocalUpdateRemoteDelete()
560 final ContentValues contactInsert = first.getByRawContactId(CONTACT_MARY).getValues() in testMergeRawContactLocalUpdateRemoteDelete()