Searched refs:EXTRA_APPWIDGET_IDS (Results 1 – 8 of 8) sorted by relevance
69 int[] appWidgetIds = extras.getIntArray(AppWidgetManager.EXTRA_APPWIDGET_IDS); in onReceive()97 int[] newIds = extras.getIntArray(AppWidgetManager.EXTRA_APPWIDGET_IDS); in onReceive()
262 public static final String EXTRA_APPWIDGET_IDS = "appWidgetIds"; field in AppWidgetManager
47 int[] appWidgetIds = extras.getIntArray(AppWidgetManager.EXTRA_APPWIDGET_IDS); in onReceive()
50 int[] appWidgetIds = extras.getIntArray(AppWidgetManager.EXTRA_APPWIDGET_IDS); in onReceive()
504 intent.putExtra(AppWidgetManager.EXTRA_APPWIDGET_IDS, widgetIds); in updateWidgets()
2410 intent.putExtra(AppWidgetManager.EXTRA_APPWIDGET_IDS, appWidgetIds); in sendEnableAndUpdateIntentLocked()2428 intent.putExtra(AppWidgetManager.EXTRA_APPWIDGET_IDS, appWidgetIds); in sendUpdateIntentLocked()2467 intent.putExtra(AppWidgetManager.EXTRA_APPWIDGET_IDS, appWidgetIds); in registerForBroadcastsLocked()5062 intent.putExtra(AppWidgetManager.EXTRA_APPWIDGET_IDS, newIds); in sendWidgetRestoreBroadcastLocked()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
9355 field public static final String EXTRA_APPWIDGET_IDS = "appWidgetIds";