Searched refs:attachCallback (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Wifi/framework/java/android/net/wifi/aware/ |
D | WifiAwareManager.java | 318 public void attach(@NonNull AttachCallback attachCallback, @Nullable Handler handler) { in attach() argument 319 attach(handler, null, attachCallback, null); in attach() 350 public void attach(@NonNull AttachCallback attachCallback, in attach() argument 353 attach(handler, null, attachCallback, identityChangedListener); in attach() 358 AttachCallback attachCallback, in attach() argument 361 Log.v(TAG, "attach(): handler=" + handler + ", callback=" + attachCallback in attach() 366 if (attachCallback == null) { in attach() 376 new WifiAwareEventCallbackProxy(this, looper, binder, attachCallback, in attach() 614 final AttachCallback attachCallback, in WifiAwareEventCallbackProxy() argument 637 attachCallback.onAttached( in WifiAwareEventCallbackProxy() [all …]
|