Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaListTests.java322 final RawContactDelta updateSecond = getUpdate(mContext, CONTACT_SECOND); in testUpdateUpdate() local
323 final RawContactDeltaList set = buildSet(updateFirst, updateSecond); in testUpdateUpdate()