Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java89 private static Collection<String> sEvents; field in TestInformationHandler
369 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()