Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/util/sl4a/
DSl4aEventDispatcherTest.java116 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()
/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/
DSl4aEventDispatcher.java163 public List<EventSl4aObject> popAllEvents(String name) { in popAllEvents() method in Sl4aEventDispatcher