Searched defs:mListeners (Results 1 – 7 of 7) sorted by relevance
57 private Collection<ITestInvocationListener> mListeners = new ArrayList<>(); field in RustTestResultParser
75 protected Collection<ITestLifeCycleReceiver> mListeners = new ArrayList<>(); field in UiAutomatorTest232 getDevice().runInstrumentationTests(getTestRunner(), mListeners); in run() local234 getDevice().runInstrumentationTests(getTestRunner(), mListeners); in run() local
110 private Collection<ITestInvocationListener> mListeners = new ArrayList<>(); field in PythonUnitTestResultParser
49 private Collection<ITestLifeCycleReceiver> mListeners; field in TestRunToTestInvocationForwarder
127 private ImmutableList<ITestInvocationListener> mListeners; field in MoblyYamlResultParserTest
32 private List<ITestInvocationListener> mListeners; field in ResultForwarder
550 private final IScheduledInvocationListener[] mListeners; field in CommandScheduler.InvocationThread