Searched refs:popAllEvents (Results 1 – 2 of 2) sorted by relevance
116 List<EventSl4aObject> result = mEventDispatcher.popAllEvents("BluetoothStateChangedOff"); in testPopAllEvents()125 List<EventSl4aObject> result = mEventDispatcher.popAllEvents("BluetoothStateChangedOff"); in testPopAllEvents_noEvent()146 List<EventSl4aObject> result = mEventDispatcher.popAllEvents("BluetoothStateChangedOff"); in testClearEvents()149 result = mEventDispatcher.popAllEvents("NotCleared"); in testClearEvents()
163 public List<EventSl4aObject> popAllEvents(String name) { in popAllEvents() method in Sl4aEventDispatcher