Home
last modified time | relevance | path

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

/frameworks/ex/common/java/com/android/common/
DOperationScheduler.java161 int errorCount = mStorage.getInt(PREFIX + "errorCount", 0); in getNextTimeMillis() local
177 if (errorCount > 0) { in getNextTimeMillis()
178 int shift = errorCount-1; in getNextTimeMillis()
183 (options.backoffIncrementalMillis * errorCount) + in getNextTimeMillis()
/frameworks/base/legacy-test/src/junit/framework/
DTestResult.java84 public synchronized int errorCount() { in errorCount() method in TestResult
172 return failureCount() == 0 && errorCount() == 0; in wasSuccessful()
/frameworks/base/test-runner/src/junit/textui/
DResultPrinter.java49 printDefects(result.errors(), result.errorCount(), "error"); in printErrors()
93 ", Errors: "+result.errorCount()); in printFooter()
/frameworks/base/tools/preload/
DMemoryUsage.java36 static int errorCount = 0; field in MemoryUsage
252 errorCount += 1; in measure()
/frameworks/support/room/rxjava2/src/test/java/android/arch/persistence/room/
DRxRoomTest.java167 assertThat(subscriber.errorCount(), CoreMatchers.is(1)); in exception()
/frameworks/base/legacy-test/api/
Dlegacy-test-current.txt186 method public synchronized int errorCount();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt54114 method public synchronized int errorCount();
/frameworks/base/api/
Dcurrent.txt71528 method public synchronized int errorCount();
Dtest-current.txt72010 method public synchronized int errorCount();
Dsystem-current.txt75486 method public synchronized int errorCount();