Searched defs:sessionEvent (Results 1 – 5 of 5) sorted by relevance
61 RecordingSessionEvent sessionEvent = in notifyDevToast() local69 RecordingSessionEvent sessionEvent = in notifyRecordingStarted() local
59 SessionEvent sessionEvent = createSessionEvent().setNotifyDevMessage(devMessage).build(); in notifyDevToast() local67 SessionEvent sessionEvent = in notifySignalStrength() local
70 E sessionEvent = sessionEventFromBundle(eventArgs); in handleEvent() local89 protected abstract void handleSessionEvent(String inputId, E sessionEvent); in handleSessionEvent()
60 protected final void handleSessionEvent(String inputId, RecordingSessionEvent sessionEvent) { in handleSessionEvent()
62 protected final void handleSessionEvent(String inputId, Events.SessionEvent sessionEvent) { in handleSessionEvent()