Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A DRawContactDeltaListTests.java327 final int exceptionCount = countExceptionUpdates(diff); in testInsert() local
338 final int exceptionCount = countExceptionUpdates(diff); in testUpdateUpdate() local
349 final int exceptionCount = countExceptionUpdates(diff); in testUpdateInsert() local
361 final int exceptionCount = countExceptionUpdates(diff); in testInsertUpdateInsert() local
373 final int exceptionCount = countExceptionUpdates(diff); in testInsertInsertInsert() local
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DLooperStats.java310 public long exceptionCount; field in LooperStats.Entry
369 public final long exceptionCount; field in LooperStats.ExportedEntry
H A DBinderCallsStats.java903 public long exceptionCount; field in BinderCallsStats.ExportedCallStat
937 public long exceptionCount; field in BinderCallsStats.CallStat
/aosp12/frameworks/base/services/core/java/com/android/server/pm/permission/
H A DDefaultPermissionGrantPolicy.java1361 final int exceptionCount = mGrantExceptions.size(); in grantDefaultPermissionExceptions() local