Searched refs:mErrors (Results 1 – 2 of 2) sorted by relevance
254 private List<String> mErrors = new LinkedList<>(); field in JvmtiHostTest.TestResults269 if (mErrors.isEmpty()) { in getErrors()272 return mErrors.toString(); in getErrors()278 mErrors.add(arg0.toString() + " " + arg1); in testAssumptionFailure()287 mErrors.add(arg0.toString() + " " + arg1); in testFailed()299 mErrors.add(arg0); in testRunFailed()
1291 protected final ArrayList<Throwable> mErrors; field in UsbDeviceTestActivity.TestThread1311 mErrors = errors; in TestThread()1423 synchronized (mErrors) { in run()1424 mErrors.add(t); in run()1425 mErrors.notify(); in run()1530 synchronized (mErrors) { in run()1531 mErrors.add(t); in run()1532 mErrors.notify(); in run()1566 final ArrayList<Throwable> mErrors = new ArrayList<>(); in attachedTask() local1630 synchronized (mErrors) { in attachedTask()[all …]