Searched refs:startedEvent (Results 1 – 3 of 3) sorted by relevance
46 SelectionEvent startedEvent = in testTextSelectionEvent_minimal() local49 textClassifier.onSelectionEvent(startedEvent); in testTextSelectionEvent_minimal()51 startedEvent.getSessionId(); in testTextSelectionEvent_minimal()
16 self.startedEvent = threading.Event()29 self.startedEvent.set()54 if not self.t.startedEvent.is_set():81 if not self.t.startedEvent.is_set():
28 self.startedEvent = threading.Event()41 self.startedEvent.set()64 if not thread.startedEvent.is_set():86 if not thread.startedEvent.is_set():