/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/Launcher3/src/com/android/launcher3/util/ |
D | StartActivityParams.java | 50 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/ |
D | SliceFragment.java | 524 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/ |
D | ProxyActivityStarter.java | 96 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/ |
D | ControlledRemoteCarTaskView.java | 210 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
|
D | RemoteCarTaskView.java | 254 @Nullable Intent fillInIntent, in startActivity() argument 259 pendingIntent, fillInIntent, options.toBundle(), launchBounds); in startActivity()
|
/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 | 348 @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/ |
D | RemoteCarTaskViewServerImpl.java | 115 Intent fillInIntent, 124 fillInIntent,
|
/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/launcher3/uioverrides/ |
D | QuickstepLauncher.java | 957 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/ |
D | SystemUiProxy.java | 1073 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/ |
D | Launcher.java | 1840 Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) { 1846 fillInIntent, flagsMask, flagsValues, extraFlags, options);
|