Searched refs:fillInIntent (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Calendar/src/com/android/calendar/widget/ |
D | CalendarAppWidgetProvider.java | 208 final Intent fillInIntent = new Intent(); in getLaunchFillInIntent() local 211 fillInIntent.putExtra(Utils.INTENT_KEY_DETAIL_VIEW, true); in getLaunchFillInIntent() 212 fillInIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK | in getLaunchFillInIntent() 217 fillInIntent.setClass(context, EventInfoActivity.class); in getLaunchFillInIntent() 220 fillInIntent.setClass(context, AllInOneActivity.class); in getLaunchFillInIntent() 223 fillInIntent.setData(data); in getLaunchFillInIntent() 224 fillInIntent.putExtra(EXTRA_EVENT_BEGIN_TIME, start); in getLaunchFillInIntent() 225 fillInIntent.putExtra(EXTRA_EVENT_END_TIME, end); in getLaunchFillInIntent() 226 fillInIntent.putExtra(EXTRA_EVENT_ALL_DAY, allDay); in getLaunchFillInIntent() 228 return fillInIntent; in getLaunchFillInIntent()
|
D | CalendarAppWidgetService.java | 319 final Intent fillInIntent = CalendarAppWidgetProvider.getLaunchFillInIntent( 321 views.setOnClickFillInIntent(R.id.widget_row, fillInIntent);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Launcher.java | 2038 Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) { in startIntentSenderForResult() argument 2042 fillInIntent, flagsMask, flagsValues, extraFlags, options); in startIntentSenderForResult()
|