Searched defs:notifyFailure (Results 1 – 4 of 4) sorted by relevance
29 void notifyFailure(FailureType type, String name, String errorMessage); in notifyFailure() method
33 public void notifyFailure(FailureType type, String name, String errorMessage) { in notifyFailure() method in TestResultObserver
103 public void notifyFailure(FailureType type, String name, String errmsg) { in notifyFailure() method in AbstractApiCheckerTest.NoFailures120 public void notifyFailure(FailureType type, String name, String errMsg) { in notifyFailure() method in AbstractApiCheckerTest.ExpectFailure
323 private void notifyFailure(String testId, String message) { in notifyFailure() method in LockTaskUiTestActivity