Searched refs:WidgetService (Results 1 – 2 of 2) sorted by relevance
84 Intent intent = new Intent(context, WidgetService.class); in buildStackWidget()86 intent.putExtra(WidgetService.EXTRA_WIDGET_TYPE, entry.type); in buildStackWidget()87 intent.putExtra(WidgetService.EXTRA_ALBUM_PATH, entry.albumPath); in buildStackWidget()
33 public class WidgetService extends RemoteViewsService { class