Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaListTests.java328 final int exceptionCount = countExceptionUpdates(diff); in testInsert() local
329 assertEquals("Unexpected exception updates", 0, exceptionCount); in testInsert()
339 final int exceptionCount = countExceptionUpdates(diff); in testUpdateUpdate() local
340 assertEquals("Unexpected exception updates", 0, exceptionCount); in testUpdateUpdate()
350 final int exceptionCount = countExceptionUpdates(diff); in testUpdateInsert() local
351 assertEquals("Unexpected exception updates", 1, exceptionCount); in testUpdateInsert()
362 final int exceptionCount = countExceptionUpdates(diff); in testInsertUpdateInsert() local
363 assertEquals("Unexpected exception updates", 2, exceptionCount); in testInsertUpdateInsert()
374 final int exceptionCount = countExceptionUpdates(diff); in testInsertInsertInsert() local
375 assertEquals("Unexpected exception updates", 2, exceptionCount); in testInsertInsertInsert()