Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/widget/
DCalendarAppWidgetProvider.java208 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()
DCalendarAppWidgetService.java319 final Intent fillInIntent = CalendarAppWidgetProvider.getLaunchFillInIntent(
321 views.setOnClickFillInIntent(R.id.widget_row, fillInIntent);
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DTestActivity.java133 @Nullable Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags) in startIntentSenderForResult() argument
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java1903 Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) { in startIntentSenderForResult() argument
1906 fillInIntent, flagsMask, flagsValues, extraFlags, options); in startIntentSenderForResult()