Searched refs:_expectedEvents (Results 1 – 1 of 1) sorted by relevance
855 …private void impl_stopObservingEvents(ArrayList _actualEvents, String[] _expectedEvents, String _c… in impl_stopObservingEvents() argument862 while (actualEventCount < _expectedEvents.length) in impl_stopObservingEvents()885 _expectedEvents.length, _actualEvents.size()); in impl_stopObservingEvents()887 for (int i = 0; i < _expectedEvents.length; ++i) in impl_stopObservingEvents()890 _expectedEvents[i], _actualEvents.get(i)); in impl_stopObservingEvents()
Completed in 1604 milliseconds