Searched refs:addedWidgets (Results 1 – 2 of 2) sorted by relevance
146 ArrayList<AppWidgetProviderInfo> addedWidgets = getIntent().getParcelableArrayListExtra( in parseIntentExtras() local148 if (addedWidgets != null) { in parseIntentExtras()149 mAddedWidgets = addedWidgets; in parseIntentExtras()
119 static Bundle buildBundleForPredictionSession(List<AppWidgetProviderInfo> addedWidgets, in buildBundleForPredictionSession() argument123 for (AppWidgetProviderInfo info : addedWidgets) { in buildBundleForPredictionSession()