Searched refs:fillInIntent (Results 1 – 2 of 2) sorted by relevance
206 final Intent fillInIntent = new Intent(); in getLaunchFillInIntent() local207 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()
291 final Intent fillInIntent = CalendarAppWidgetProvider.getLaunchFillInIntent( in getViewAt() local293 views.setOnClickFillInIntent(R.id.widget_row, fillInIntent); in getViewAt()