Searched refs:expectErrorId (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/CoreTests/android/core/
H A DTestEventHandler.java88 private int expectErrorId = -1; field in class:TestEventHandler
467 if (expectErrorId != -1) {
468 if (expectErrorId == id) {
469 expectErrorId = -1;
471 expectDetails.append("Error Id expected:"+expectErrorId+
477 if (expectErrorId == -1)
714 expectErrorId = errorId;
770 expectErrorId = -1;

Completed in 644 milliseconds