Searched refs:Sl4aEventDispatcher (Results 1 – 6 of 6) sorted by relevance
20 import com.android.tradefed.util.sl4a.Sl4aEventDispatcher.EventSl4aObject;40 private Sl4aEventDispatcher mEventDispatcher;46 mEventDispatcher = new Sl4aEventDispatcher(mClient, FAKE_TIMEOUT_MS); in setUp()72 doReturn("{\"name\":\""+ Sl4aEventDispatcher.SHUTDOWN_EVENT + "\"," in testPollEvents_shutdown()
63 private Sl4aEventDispatcher mEventDispatcher;208 mEventDispatcher = new Sl4aEventDispatcher(this, 5000); in startEventDispatcher()317 public Sl4aEventDispatcher getEventDispatcher() { in getEventDispatcher()
34 public class Sl4aEventDispatcher extends Thread { class46 public Sl4aEventDispatcher(Sl4aClient client, long timeout) { in Sl4aEventDispatcher() method in Sl4aEventDispatcher
28 import com.android.tradefed.util.sl4a.Sl4aEventDispatcher.EventSl4aObject;
45 import com.android.tradefed.util.sl4a.Sl4aEventDispatcher;46 import com.android.tradefed.util.sl4a.Sl4aEventDispatcher.EventSl4aObject;84 @Mock private Sl4aEventDispatcher mEventDispatcher;
23 import com.android.tradefed.util.sl4a.Sl4aEventDispatcher.EventSl4aObject;