Home
last modified time | relevance | path

Searched refs:useIdInCallbackEventName (Results 1 – 1 of 1) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiAwareManagerFacade.java399 boolean useIdInCallbackEventName = in wifiAwareAttach()
402 new AwareAttachCallbackPostsEvents(sessionId, useIdInCallbackEventName), in wifiAwareAttach()
405 useIdInCallbackEventName) : null); in wifiAwareAttach()
442 boolean useIdInCallbackEventName = in wifiAwarePublish()
448 useIdInCallbackEventName), null); in wifiAwarePublish()
491 boolean useIdInCallbackEventName = in wifiAwareSubscribe()
497 useIdInCallbackEventName), null); in wifiAwareSubscribe()
683 public AwareAttachCallbackPostsEvents(int sessionId, boolean useIdInCallbackEventName) { in AwareAttachCallbackPostsEvents() argument
686 mUseIdInCallbackEventName = useIdInCallbackEventName; in AwareAttachCallbackPostsEvents()
724 boolean useIdInCallbackEventName) { in AwareIdentityChangeListenerPostsEvents() argument
[all …]