Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaListTests.java328 final int exceptionCount = countExceptionUpdates(diff); in testInsert() local
339 final int exceptionCount = countExceptionUpdates(diff); in testUpdateUpdate() local
350 final int exceptionCount = countExceptionUpdates(diff); in testUpdateInsert() local
362 final int exceptionCount = countExceptionUpdates(diff); in testInsertUpdateInsert() local
374 final int exceptionCount = countExceptionUpdates(diff); in testInsertInsertInsert() local
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/data/errors/
DOnDevicePersonalizationAggregatedErrorDataDao.java273 public boolean addExceptionCount(int isolatedServiceErrorCode, int exceptionCount) { in addExceptionCount()