Searched refs:sEvents (Results 1 – 1 of 1) sorted by relevance
89 private static Collection<String> sEvents; field in TestInformationHandler369 sEvents = new ArrayList<>(); in call()372 final Collection<String> events = sEvents; in call()384 sEvents = null; in call()389 if (sEvents == null) { in call()395 synchronized (sEvents) { in call()397 TestProtocol.TEST_INFO_RESPONSE_FIELD, new ArrayList<>(sEvents)); in call()