Home | History | Annotate | Download | only in aware

Lines Matching defs:publish

64      * also disable Aware. This method destroys all outstanding operations - i.e. all publish and
116 * Issue a request to the Aware service to create a new Aware publish discovery session, using
117 * the specified {@code publishConfig} configuration. The results of the publish operation
123 * is called when the publish session is created and provides a handle to the session.
124 * Further operations on the publish session can be executed on that object.
126 * publish operation failed.
129 * Other results of the publish session operations will also be routed to callbacks
130 * on the {@code callback} object. The resulting publish session can be modified using
134 * terminate the publish discovery session once it isn't needed. This will free
137 * permission to start a publish discovery session.
140 * configuration of the requested publish session.
146 public void publish(@NonNull PublishConfig publishConfig,
150 Log.e(TAG, "publish: called post GC on WifiAwareManager");
154 Log.e(TAG, "publish: called after termination");
157 mgr.publish(mClientId, (handler == null) ? Looper.getMainLooper() : handler.getLooper(),
196 Log.e(TAG, "publish: called post GC on WifiAwareManager");
200 Log.e(TAG, "publish: called after termination");