Searched refs:WidgetClickHandler (Results 1 – 2 of 2) sorted by relevance
96 Intent clickIntent = new Intent(context, WidgetClickHandler.class); in buildStackWidget()118 Intent clickIntent = new Intent(context, WidgetClickHandler.class) in buildFrameWidget()
34 public class WidgetClickHandler extends Activity { class