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()
1293 protected final ArrayList<Throwable> mErrors; field in UsbDeviceTestActivity.TestThread1313 mErrors = errors; in TestThread()1425 synchronized (mErrors) { in run()1426 mErrors.add(t); in run()1427 mErrors.notify(); in run()1532 synchronized (mErrors) { in run()1533 mErrors.add(t); in run()1534 mErrors.notify(); in run()1577 final ArrayList<Throwable> mErrors = new ArrayList<>(); in attachedTask() local1646 synchronized (mErrors) { in attachedTask()[all …]