Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaListTests.java99 static RawContactDelta getUpdate(Context context, long rawContactId) { in getUpdate() method in RawContactDeltaListTests
332 final RawContactDelta updateFirst = getUpdate(mContext, CONTACT_FIRST); in testUpdateUpdate()
333 final RawContactDelta updateSecond = getUpdate(mContext, CONTACT_SECOND); in testUpdateUpdate()
343 final RawContactDelta update = getUpdate(mContext, CONTACT_FIRST); in testUpdateInsert()
355 final RawContactDelta update = getUpdate(mContext, CONTACT_FIRST); in testInsertUpdateInsert()