Lines Matching refs:intent

66      * the intent:
70 * <td>The appWidgetId that you supplied in the original intent.</td>
111 * the intent:
115 * <td>The appWidgetId that you supplied in the original intent.</td>
137 * The intent will contain the following extras:
154 * An intent extra that contains one appWidgetId.
190 * An intent extra which points to a bundle of extra information for a particular widget id.
196 * An intent extra that contains multiple appWidgetIds.
204 * An intent extra that contains the component name of a AppWidget provider.
211 * An intent extra to pass to the AppWidget picker containing a {@link java.util.List} of
218 * An intent extra to pass to the AppWidget picker containing a {@link java.util.List} of
228 * An intent extra to pass to the AppWidget picker which allows the picker to filter
236 * An intent extra to pass to the AppWidget picker to specify whether or not to sort
255 * The intent will contain the following extras:
272 * <p class="note">This is a protected intent that can only be sent
284 * <p class="note">This is a protected intent that can only be sent
294 * <p class="note">This is a protected intent that can only be sent
306 * <p class="note">This is a protected intent that can only be sent
759 * Binds the RemoteViewsService for a given appWidgetId and intent.
765 * @param intent The intent of the service which will be providing the data to the
771 public void bindRemoteViewsService(int appWidgetId, Intent intent, IBinder connection,
774 sService.bindRemoteViewsService(appWidgetId, intent, connection,
783 * Unbinds the RemoteViewsService for a given appWidgetId and intent.
789 * @param intent The intent of the service which will be providing the data to the
794 public void unbindRemoteViewsService(int appWidgetId, Intent intent, UserHandle userHandle) {
796 sService.unbindRemoteViewsService(appWidgetId, intent, userHandle.getIdentifier());