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.kt228 val fillInIntent = Intent() in getLaunchFillInIntent() constant
231 fillInIntent.putExtra(Utils.INTENT_KEY_DETAIL_VIEW, true) in getLaunchFillInIntent()
232 fillInIntent.setFlags( in getLaunchFillInIntent()
238 fillInIntent.setClass(context as Context, EventInfoActivity::class.java) in getLaunchFillInIntent()
241 fillInIntent.setClass(context as Context, AllInOneActivity::class.java) in getLaunchFillInIntent()
244 fillInIntent.setData(data) in getLaunchFillInIntent()
245 fillInIntent.putExtra(EXTRA_EVENT_BEGIN_TIME, start) in getLaunchFillInIntent()
246 fillInIntent.putExtra(EXTRA_EVENT_END_TIME, end) in getLaunchFillInIntent()
247 fillInIntent.putExtra(EXTRA_EVENT_ALL_DAY, allDay) in getLaunchFillInIntent()
248 return fillInIntent in getLaunchFillInIntent()
DCalendarAppWidgetService.kt354 val fillInIntent: Intent = CalendarAppWidgetProvider.getLaunchFillInIntent( in getViewAt() constant
357 views.setOnClickFillInIntent(R.id.widget_row, fillInIntent) in getViewAt()
/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/
DSliceFragment.java526 Intent fillInIntent = in onSeekbarPreferenceChanged() local
530 firePendingIntent((HasSliceAction) preference, fillInIntent); in onSeekbarPreferenceChanged() local
549 Intent fillInIntent = new Intent().putExtra(EXTRA_PREFERENCE_KEY, preference.getKey()); in onPreferenceTreeClick() local
551 boolean result = firePendingIntent(radioPref, fillInIntent); in onPreferenceTreeClick()
564 Intent fillInIntent = in onPreferenceTreeClick() local
568 if (firePendingIntent((HasSliceAction) preference, fillInIntent)) { in onPreferenceTreeClick()
578 Intent fillInIntent = in onPreferenceTreeClick() local
580 if (firePendingIntent((HasSliceAction) preference, fillInIntent)) { in onPreferenceTreeClick()
588 private boolean firePendingIntent(@NonNull HasSliceAction preference, Intent fillInIntent) { in firePendingIntent() argument
595 fillInIntent).build()); in firePendingIntent()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/proxy/
DStartActivityParams.java44 public Intent fillInIntent; field in StartActivityParams
66 fillInIntent = parcel.readTypedObject(Intent.CREATOR); in StartActivityParams()
86 parcel.writeTypedObject(fillInIntent, flags); in writeToParcel()
DProxyActivityStarter.java58 mParams.fillInIntent, mParams.flagsMask, mParams.flagsValues, in onCreate()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DFragmentController.java100 @Nullable Intent fillInIntent, int flagsMask, int flagsValues, Bundle options, in startIntentSenderForResult() argument
DSettingsFragment.java356 @Nullable Intent fillInIntent, int flagsMask, int flagsValues, Bundle options, in startIntentSenderForResult() argument
362 fillInIntent, flagsMask, flagsValues, /* extraFlags= */ 0, options); in startIntentSenderForResult()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java807 Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) { in startIntentSenderForResult() argument
812 params.fillInIntent = fillInIntent; in startIntentSenderForResult()
819 super.startIntentSenderForResult(intent, requestCode, fillInIntent, flagsMask, in startIntentSenderForResult()
/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/quickstep/src/com/android/quickstep/
DSystemUiProxy.java717 public void startIntent(PendingIntent intent, Intent fillInIntent, int position, in startIntent() argument
721 mSplitScreen.startIntent(intent, fillInIntent, position, options, instanceId); in startIntent()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java1815 Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) {
1821 fillInIntent, flagsMask, flagsValues, extraFlags, options);