Lines Matching refs:second

378         final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB,
381 // Merge in second version, verify they match
382 final RawContactDeltaList merged = RawContactDeltaList.mergeAfter(second, first);
383 assertEquals("Unexpected change when merging", second, merged);
389 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB,
402 // Merge in the second version, verify diff matches
403 final RawContactDeltaList merged = RawContactDeltaList.mergeAfter(second, first);
414 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB,
427 // Merge in the second version, verify that our update changed to
429 final RawContactDeltaList merged = RawContactDeltaList.mergeAfter(second, first);
440 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB,
453 // Merge in the second version, verify that our delete remains
454 final RawContactDeltaList merged = RawContactDeltaList.mergeAfter(second, first);
465 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB,
477 // Merge in the second version, verify that our insert remains
478 final RawContactDeltaList merged = RawContactDeltaList.mergeAfter(second, first);
489 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB,
506 // Merge in the second version, verify that our insert remains
507 final RawContactDeltaList merged = RawContactDeltaList.mergeAfter(second, first);
521 final RawContactDeltaList second = buildSet(
531 // Merge in the second version, verify that our delete isn't needed
532 final RawContactDeltaList merged = RawContactDeltaList.mergeAfter(second, first);
540 final RawContactDeltaList second = buildSet(
559 final RawContactDeltaList merged = RawContactDeltaList.mergeAfter(second, first);
571 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB,
575 assertEquals((Long)VER_SECOND, getVersion(second, CONTACT_BOB));
577 final RawContactDeltaList merged = RawContactDeltaList.mergeAfter(second, first);
584 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB,
605 final RawContactDeltaList merged = RawContactDeltaList.mergeAfter(second, first);