/packages/apps/Calendar/src/com/android/calendar/widget/ |
D | CalendarAppWidgetProvider.java | 208 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()
|
D | CalendarAppWidgetService.java | 317 final Intent fillInIntent = CalendarAppWidgetProvider.getLaunchFillInIntent( 319 views.setOnClickFillInIntent(R.id.widget_row, fillInIntent);
|
/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/ |
D | SliceFragment.java | 454 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/ |
D | StartActivityParams.java | 40 public Intent fillInIntent; field in StartActivityParams 62 fillInIntent = parcel.readTypedObject(Intent.CREATOR); in StartActivityParams() 82 parcel.writeTypedObject(fillInIntent, flags); in writeToParcel()
|
D | ProxyActivityStarter.java | 58 mParams.fillInIntent, mParams.flagsMask, mParams.flagsValues, in onCreate()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | BaseQuickstepLauncher.java | 205 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/ |
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()
|
D | FragmentController.java | 100 @Nullable Intent fillInIntent, int flagsMask, int flagsValues, Bundle options, in startIntentSenderForResult() argument
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | SystemUiProxy.java | 567 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/ |
D | TestActivity.java | 177 @Nullable Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags) in startIntentSenderForResult() argument
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Launcher.java | 1670 Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) { in startIntentSenderForResult() argument 1676 fillInIntent, flagsMask, flagsValues, extraFlags, options); in startIntentSenderForResult()
|