Home
last modified time | relevance | path

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

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