/packages/apps/Calendar/src/com/android/calendar/widget/ |
D | CalendarAppWidgetProvider.kt | 228 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()
|
D | CalendarAppWidgetService.kt | 354 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/ |
D | SliceFragment.java | 526 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/ |
D | StartActivityParams.java | 44 public Intent fillInIntent; field in StartActivityParams 66 fillInIntent = parcel.readTypedObject(Intent.CREATOR); in StartActivityParams() 86 parcel.writeTypedObject(fillInIntent, flags); in writeToParcel()
|
D | ProxyActivityStarter.java | 58 mParams.fillInIntent, mParams.flagsMask, mParams.flagsValues, in onCreate()
|
/packages/apps/Car/Settings/src/com/android/car/settings/common/ |
D | FragmentController.java | 100 @Nullable Intent fillInIntent, int flagsMask, int flagsValues, Bundle options, in startIntentSenderForResult() argument
|
D | SettingsFragment.java | 356 @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/ |
D | QuickstepLauncher.java | 807 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/ |
D | TestActivity.java | 177 @Nullable Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags) in startIntentSenderForResult() argument
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | SystemUiProxy.java | 717 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/ |
D | Launcher.java | 1815 Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) { 1821 fillInIntent, flagsMask, flagsValues, extraFlags, options);
|