Searched refs:appWidgetIds (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/appwidget/
H A DAppWidgetProvider.java64 int[] appWidgetIds = extras.getIntArray(AppWidgetManager.EXTRA_APPWIDGET_IDS);
65 if (appWidgetIds != null && appWidgetIds.length > 0) {
66 this.onUpdate(context, AppWidgetManager.getInstance(context), appWidgetIds);
114 * @param appWidgetIds The appWidgetIds for which an update is needed. Note that this
120 public void onUpdate(Context context, AppWidgetManager appWidgetManager, int[] appWidgetIds) { argument
151 * @param appWidgetIds The appWidgetIds that have been deleted from their host.
155 public void onDeleted(Context context, int[] appWidgetIds) { argument
[all...]
H A DAppWidgetManager.java217 * An intent extra that contains multiple appWidgetIds.
222 public static final String EXTRA_APPWIDGET_IDS = "appWidgetIds";
294 * <td>The appWidgetIds to update. This may be all of the AppWidgets created for this
300 * @see AppWidgetProvider#onUpdate AppWidgetProvider.onUpdate(Context context, AppWidgetManager appWidgetManager, int[] appWidgetIds)
326 * @see AppWidgetProvider#onDeleted AppWidgetProvider.onDeleted(Context context, int[] appWidgetIds)
368 * <td>The set of appWidgetIds represented in a restored backup that have been successfully
370 * to this application, or just a subset. Each entry in this array of appWidgetIds has
375 * <td>The set of appWidgetIds now valid for this application. The app should look at
403 * <td>The set of appWidgetIds represented in a restored backup that have been successfully
405 * to this application, or just a subset. Each entry in this array of appWidgetIds ha
506 updateAppWidget(int[] appWidgetIds, RemoteViews views) argument
611 partiallyUpdateAppWidget(int[] appWidgetIds, RemoteViews views) argument
684 notifyAppWidgetViewDataChanged(int[] appWidgetIds, int viewId) argument
[all...]
/frameworks/base/core/java/com/android/internal/appwidget/
H A DIAppWidgetService.aidl37 in int[] appWidgetIds);
51 void updateAppWidgetIds(String callingPackage, in int[] appWidgetIds, in RemoteViews views);
54 void partiallyUpdateAppWidgetIds(String callingPackage, in int[] appWidgetIds,
57 void notifyAppWidgetViewDataChanged(String packageName, in int[] appWidgetIds, int viewId);
/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
H A DTestAppWidgetProvider.java50 int[] appWidgetIds = extras.getIntArray(AppWidgetManager.EXTRA_APPWIDGET_IDS);
61 gm.updateAppWidget(appWidgetIds, views);
/frameworks/base/tests/appwidgets/AppWidgetProviderTest/src/com/android/tests/appwidgetprovider/
H A DTestAppWidgetProvider.java47 int[] appWidgetIds = extras.getIntArray(AppWidgetManager.EXTRA_APPWIDGET_IDS);
53 gm.updateAppWidget(appWidgetIds, views);
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java797 String callingPackage, int hostId, int[] appWidgetIds) {
816 int N = appWidgetIds.length;
821 if (host.getPendingUpdatesForId(appWidgetIds[i], updatesMap)) {
1276 // Add it to the mapping of RemoteViewsService to appWidgetIds so that we
1507 public void updateAppWidgetIds(String callingPackage, int[] appWidgetIds, argument
1513 updateAppWidgetIds(callingPackage, appWidgetIds, views, false);
1517 public void partiallyUpdateAppWidgetIds(String callingPackage, int[] appWidgetIds, argument
1523 updateAppWidgetIds(callingPackage, appWidgetIds, views, true);
1527 public void notifyAppWidgetViewDataChanged(String callingPackage, int[] appWidgetIds, argument
1538 if (appWidgetIds
796 startListening(IAppWidgetHost callbacks, String callingPackage, int hostId, int[] appWidgetIds) argument
1676 updateAppWidgetIds(String callingPackage, int[] appWidgetIds, RemoteViews views, boolean partially) argument
2282 sendUpdateIntentLocked(Provider provider, int[] appWidgetIds) argument
2310 registerForBroadcastsLocked(Provider provider, int[] appWidgetIds) argument
[all...]
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...

Completed in 371 milliseconds