Home
last modified time | relevance | path

Searched refs:fillInIntent (Results 1 – 14 of 14) 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/Launcher3/src/com/android/launcher3/util/
DStartActivityParams.java50 public Intent fillInIntent; field in StartActivityParams
73 fillInIntent = parcel.readTypedObject(Intent.CREATOR); in StartActivityParams()
94 parcel.writeTypedObject(fillInIntent, flags); in writeToParcel()
/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/
DSliceFragment.java524 Intent fillInIntent = in onSeekbarPreferenceChanged() local
527 firePendingIntent((HasSliceAction) preference, fillInIntent); in onSeekbarPreferenceChanged() local
546 Intent fillInIntent = new Intent().putExtra(EXTRA_PREFERENCE_KEY, preference.getKey()); in onPreferenceTreeClick() local
548 boolean result = firePendingIntent(radioPref, fillInIntent); in onPreferenceTreeClick()
561 Intent fillInIntent = in onPreferenceTreeClick() local
565 if (firePendingIntent((HasSliceAction) preference, fillInIntent)) { in onPreferenceTreeClick()
575 Intent fillInIntent = in onPreferenceTreeClick() local
577 if (firePendingIntent((HasSliceAction) preference, fillInIntent)) { in onPreferenceTreeClick()
585 private boolean firePendingIntent(@NonNull HasSliceAction preference, Intent fillInIntent) { in firePendingIntent() argument
592 fillInIntent).build()); in firePendingIntent()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/proxy/
DProxyActivityStarter.java96 mParams.fillInIntent, mParams.flagsMask, mParams.flagsValues, in startIntentSender()
100 startIntentSender(mParams.intentSender, mParams.fillInIntent, mParams.flagsMask, in startIntentSender()
/packages/services/Car/car-lib/src/android/car/app/
DControlledRemoteCarTaskView.java210 Intent fillInIntent = null; in startActivityInternal() local
212 fillInIntent = new Intent().addFlags(Intent.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS); in startActivityInternal()
218 fillInIntent, options, launchBounds); in startActivityInternal() local
DRemoteCarTaskView.java254 @Nullable Intent fillInIntent, in startActivity() argument
259 pendingIntent, fillInIntent, options.toBundle(), launchBounds); in startActivity()
/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.java348 @Nullable Intent fillInIntent, int flagsMask, int flagsValues, Bundle options, in startIntentSenderForResult() argument
354 fillInIntent, flagsMask, flagsValues, /* extraFlags= */ 0, options); in startIntentSenderForResult()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/taskview/
DRemoteCarTaskViewServerImpl.java115 Intent fillInIntent,
124 fillInIntent,
/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/launcher3/uioverrides/
DQuickstepLauncher.java957 Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) { in startIntentSenderForResult() argument
962 params.fillInIntent = fillInIntent; in startIntentSenderForResult()
969 super.startIntentSenderForResult(intent, requestCode, fillInIntent, flagsMask, in startIntentSenderForResult()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSystemUiProxy.java1073 public void startIntent(PendingIntent intent, int userId, Intent fillInIntent, int position, in startIntent() argument
1077 mSplitScreen.startIntent(intent, userId, fillInIntent, position, options, in startIntent()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java1840 Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) {
1846 fillInIntent, flagsMask, flagsValues, extraFlags, options);