Searched refs:exceptionCount (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | RawContactDeltaListTests.java | 327 final int exceptionCount = countExceptionUpdates(diff); in testInsert() local 328 assertEquals("Unexpected exception updates", 0, exceptionCount); in testInsert() 338 final int exceptionCount = countExceptionUpdates(diff); in testUpdateUpdate() local 339 assertEquals("Unexpected exception updates", 0, exceptionCount); in testUpdateUpdate() 349 final int exceptionCount = countExceptionUpdates(diff); in testUpdateInsert() local 350 assertEquals("Unexpected exception updates", 1, exceptionCount); in testUpdateInsert() 361 final int exceptionCount = countExceptionUpdates(diff); in testInsertUpdateInsert() local 362 assertEquals("Unexpected exception updates", 2, exceptionCount); in testInsertUpdateInsert() 373 final int exceptionCount = countExceptionUpdates(diff); in testInsertInsertInsert() local 374 assertEquals("Unexpected exception updates", 2, exceptionCount); in testInsertInsertInsert()
|