Home
last modified time | relevance | path

Searched refs:fillInIntent (Results 1 – 11 of 11) 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.java317 final Intent fillInIntent = CalendarAppWidgetProvider.getLaunchFillInIntent(
319 views.setOnClickFillInIntent(R.id.widget_row, fillInIntent);
/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/
DSliceFragment.java454 Intent fillInIntent = in onSeekbarPreferenceChanged() local
458 firePendingIntent((HasSliceAction) preference, fillInIntent); in onSeekbarPreferenceChanged() local
477 Intent fillInIntent = new Intent().putExtra(EXTRA_PREFERENCE_KEY, preference.getKey()); in onPreferenceTreeClick() local
479 boolean result = firePendingIntent(radioPref, fillInIntent); in onPreferenceTreeClick()
492 Intent fillInIntent = in onPreferenceTreeClick() local
496 if (firePendingIntent((HasSliceAction) preference, fillInIntent)) { in onPreferenceTreeClick()
506 Intent fillInIntent = in onPreferenceTreeClick() local
508 if (firePendingIntent((HasSliceAction) preference, fillInIntent)) { in onPreferenceTreeClick()
516 private boolean firePendingIntent(@NonNull HasSliceAction preference, Intent fillInIntent) { in firePendingIntent() argument
523 fillInIntent).build()); in firePendingIntent()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/proxy/
DStartActivityParams.java40 public Intent fillInIntent; field in StartActivityParams
62 fillInIntent = parcel.readTypedObject(Intent.CREATOR); in StartActivityParams()
82 parcel.writeTypedObject(fillInIntent, flags); in writeToParcel()
DProxyActivityStarter.java58 mParams.fillInIntent, mParams.flagsMask, mParams.flagsValues, in onCreate()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DBaseQuickstepLauncher.java205 Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) { in startIntentSenderForResult() argument
210 params.fillInIntent = fillInIntent; in startIntentSenderForResult()
217 super.startIntentSenderForResult(intent, requestCode, fillInIntent, flagsMask, in startIntentSenderForResult()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DSettingsFragment.java356 @Nullable Intent fillInIntent, int flagsMask, int flagsValues, Bundle options, in startIntentSenderForResult() argument
362 fillInIntent, flagsMask, flagsValues, /* extraFlags= */ 0, options); in startIntentSenderForResult()
DFragmentController.java100 @Nullable Intent fillInIntent, int flagsMask, int flagsValues, Bundle options, in startIntentSenderForResult() argument
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSystemUiProxy.java567 public void startIntent(PendingIntent intent, Intent fillInIntent, int stage, int position, in startIntent() argument
571 mSplitScreen.startIntent(intent, fillInIntent, stage, position, options); in startIntent()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DTestActivity.java177 @Nullable Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags) in startIntentSenderForResult() argument
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java1670 Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) { in startIntentSenderForResult() argument
1676 fillInIntent, flagsMask, flagsValues, extraFlags, options); in startIntentSenderForResult()