Home
last modified time | relevance | path

Searched refs:fillInIntent (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/widget/
DCalendarAppWidgetProvider.java206 final Intent fillInIntent = new Intent(); in getLaunchFillInIntent() local
207 fillInIntent.setClass(context, AllInOneActivity.class); in getLaunchFillInIntent()
210 fillInIntent.putExtra(Utils.INTENT_KEY_DETAIL_VIEW, true); in getLaunchFillInIntent()
214 fillInIntent.setData(data); in getLaunchFillInIntent()
215 fillInIntent.putExtra(EXTRA_EVENT_BEGIN_TIME, start); in getLaunchFillInIntent()
216 fillInIntent.putExtra(EXTRA_EVENT_END_TIME, end); in getLaunchFillInIntent()
218 return fillInIntent; in getLaunchFillInIntent()
DCalendarAppWidgetService.java291 final Intent fillInIntent = CalendarAppWidgetProvider.getLaunchFillInIntent( in getViewAt() local
293 views.setOnClickFillInIntent(R.id.widget_row, fillInIntent); in getViewAt()