Searched refs:errorCount (Results 1 - 6 of 6) sorted by path

/frameworks/base/legacy-test/src/junit/framework/
H A DTestResult.java84 public synchronized int errorCount() { method in class:TestResult
172 return failureCount() == 0 && errorCount() == 0;
/frameworks/base/test-runner/src/junit/textui/
H A DResultPrinter.java49 printDefects(result.errors(), result.errorCount(), "error");
93 ", Errors: "+result.errorCount());
/frameworks/base/tools/preload/
H A DMemoryUsage.java36 static int errorCount = 0; field in class:MemoryUsage
252 errorCount += 1;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/ex/common/java/com/android/common/
H A DOperationScheduler.java161 int errorCount = mStorage.getInt(PREFIX + "errorCount", 0);
177 if (errorCount > 0) {
178 int shift = errorCount-1;
183 (options.backoffIncrementalMillis * errorCount) +
302 .remove(PREFIX + "errorCount")
317 editor.putInt(PREFIX + "errorCount",
318 mStorage.getInt(PREFIX + "errorCount", 0) + 1);
329 SharedPreferencesCompat.apply(mStorage.edit().remove(PREFIX + "errorCount"));
/frameworks/support/room/rxjava2/src/test/java/android/arch/persistence/room/
H A DRxRoomTest.java167 assertThat(subscriber.errorCount(), CoreMatchers.is(1));

Completed in 267 milliseconds