Home
last modified time | relevance | path

Searched defs:snippetEvent (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Wifi/tests/hostsidetests/multidevices/com.google.snippet.wifi/aware/
DWifiAwareManagerSnippet.java357 SnippetEvent snippetEvent = new SnippetEvent(mCallBackId, "discoveryResult"); in onPublishStarted() local
366 SnippetEvent snippetEvent = new SnippetEvent(mCallBackId, "discoveryResult"); in onSubscribeStarted() local
/aosp_15_r20/external/mobly-snippet-lib/third_party/sl4a/src/main/java/com/google/android/mobly/snippet/event/
H A DEventCache.java80 public void postEvent(SnippetEvent snippetEvent) { in postEvent()