Searched defs:snippetEvent (Results 1 – 2 of 2) sorted by relevance
357 SnippetEvent snippetEvent = new SnippetEvent(mCallBackId, "discoveryResult"); in onPublishStarted() local366 SnippetEvent snippetEvent = new SnippetEvent(mCallBackId, "discoveryResult"); in onSubscribeStarted() local
80 public void postEvent(SnippetEvent snippetEvent) { in postEvent()