Searched refs:CONTACT_MARY (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | RawContactDeltaListTests.java | 60 public static final long CONTACT_MARY = 11; field in RawContactDeltaListTests 495 VER_SECOND, buildPhone(PHONE_RED)), buildBeforeEntity(mContext, CONTACT_MARY, in testMergeRawContactLocalInsertRemoteInsert() 526 buildBeforeEntity(mContext, CONTACT_MARY, VER_FIRST, buildPhone(PHONE_RED))); in testMergeRawContactLocalDeleteRemoteDelete() 531 first.getByRawContactId(CONTACT_MARY).markDeleted(); in testMergeRawContactLocalDeleteRemoteDelete() 545 buildBeforeEntity(mContext, CONTACT_MARY, VER_FIRST, buildPhone(PHONE_RED))); in testMergeRawContactLocalUpdateRemoteDelete() 550 final ValuesDelta phone = getPhone(first, CONTACT_MARY, PHONE_RED); in testMergeRawContactLocalUpdateRemoteDelete() 561 final ContentValues contactInsert = first.getByRawContactId(CONTACT_MARY).getValues() in testMergeRawContactLocalUpdateRemoteDelete()
|