/aosp12/packages/apps/Calendar/src/com/android/calendar/widget/ |
H A 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()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/proxy/ |
H A 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()
|
H A D | ProxyActivityStarter.java | 58 mParams.fillInIntent, mParams.flagsMask, mParams.flagsValues, in onCreate()
|
/aosp12/frameworks/base/core/java/com/android/internal/app/chooser/ |
H A D | DisplayResolveInfo.java | 87 private DisplayResolveInfo(DisplayResolveInfo other, Intent fillInIntent, int flags, in DisplayResolveInfo() argument 95 mResolvedIntent.fillIn(fillInIntent, flags); in DisplayResolveInfo() 138 public TargetInfo cloneFilledIn(Intent fillInIntent, int flags) { in cloneFilledIn() argument 139 return new DisplayResolveInfo(this, fillInIntent, flags, mResolveInfoPresentationGetter); in cloneFilledIn()
|
H A D | SelectableTargetInfo.java | 110 Intent fillInIntent, int flags) { in SelectableTargetInfo() argument 120 mFillInIntent = fillInIntent; in SelectableTargetInfo() 278 public TargetInfo cloneFilledIn(Intent fillInIntent, int flags) { in cloneFilledIn() argument 279 return new SelectableTargetInfo(this, fillInIntent, flags); in cloneFilledIn()
|
H A D | TargetInfo.java | 117 TargetInfo cloneFilledIn(Intent fillInIntent, int flags); in cloneFilledIn() argument
|
H A D | NotSelectableTargetInfo.java | 69 public TargetInfo cloneFilledIn(Intent fillInIntent, int flags) { in cloneFilledIn() argument
|
/aosp12/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/ |
H A D | SliceFragment.java | 454 Intent fillInIntent = in onSeekbarPreferenceChanged() local 458 firePendingIntent((HasSliceAction) preference, fillInIntent); in onSeekbarPreferenceChanged() 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()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/stagesplit/ |
H A D | SplitScreenController.java | 238 public void startIntent(PendingIntent intent, Intent fillInIntent, @SplitPosition int position, in startIntent() argument 241 startIntentLegacy(intent, fillInIntent, position, options); in startIntent() 244 mStageCoordinator.startIntent(intent, fillInIntent, STAGE_TYPE_UNDEFINED, position, options, in startIntent() 248 private void startIntentLegacy(PendingIntent intent, Intent fillInIntent, in startIntentLegacy() argument 278 wct.sendPendingIntent(intent, fillInIntent, options); in startIntentLegacy() 576 public void startIntent(PendingIntent intent, Intent fillInIntent, int stage, int position, in startIntent() argument 580 controller.startIntent(intent, fillInIntent, position, options); in startIntent()
|
H A D | ISplitScreen.aidl | 79 oneway void startIntent(in PendingIntent intent, in Intent fillInIntent, int stage, in startIntent() argument
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | RemoteInputView.java | 328 Intent fillInIntent = new Intent().addFlags(Intent.FLAG_RECEIVER_FOREGROUND); in prepareRemoteInputFromText() local 329 RemoteInput.addResultsToIntent(mRemoteInputs, fillInIntent, in prepareRemoteInputFromText() 338 RemoteInput.setResultsSource(fillInIntent, RemoteInput.SOURCE_FREE_FORM_INPUT); in prepareRemoteInputFromText() 340 RemoteInput.setResultsSource(fillInIntent, RemoteInput.SOURCE_CHOICE); in prepareRemoteInputFromText() 343 return fillInIntent; in prepareRemoteInputFromText() 351 Intent fillInIntent = new Intent().addFlags(Intent.FLAG_RECEIVER_FOREGROUND); in prepareRemoteInputFromData() local 352 RemoteInput.addDataResultToIntent(mRemoteInput, fillInIntent, results); in prepareRemoteInputFromData() 356 RemoteInput.addResultsToIntent(mRemoteInputs, fillInIntent, in prepareRemoteInputFromData() 374 RemoteInput.setResultsSource(fillInIntent, RemoteInput.SOURCE_FREE_FORM_INPUT); in prepareRemoteInputFromData() 376 RemoteInput.setResultsSource(fillInIntent, RemoteInput.SOURCE_CHOICE); in prepareRemoteInputFromData() [all …]
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
H A D | SplitScreenController.java | 315 public void startIntent(PendingIntent intent, Intent fillInIntent, @SplitPosition int position, in startIntent() argument 318 startIntentLegacy(intent, fillInIntent, position, options); in startIntent() 321 mStageCoordinator.startIntent(intent, fillInIntent, STAGE_TYPE_UNDEFINED, position, options, in startIntent() 325 private void startIntentLegacy(PendingIntent intent, Intent fillInIntent, in startIntentLegacy() argument 361 wct.sendPendingIntent(intent, fillInIntent, options); in startIntentLegacy() 656 public void startIntent(PendingIntent intent, Intent fillInIntent, int position, in startIntent() argument 660 controller.startIntent(intent, fillInIntent, position, options); in startIntent()
|
H A D | ISplitScreen.aidl | 79 oneway void startIntent(in PendingIntent intent, in Intent fillInIntent, int position, in startIntent() argument
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | Activity.java | 5648 fillInIntent, flagsMask, flagsValues, extraFlags); 5653 Intent fillInIntent, int flagsMask, int flagsValues, 5659 if (fillInIntent != null) { 5660 fillInIntent.migrateExtraStreamToClipData(this); 5661 fillInIntent.prepareToLeaveProcess(this); 5668 fillInIntent, resolvedType, mToken, who, 5819 startIntentSender(intent, fillInIntent, flagsMask, flagsValues, 5848 startIntentSenderForResult(intent, -1, fillInIntent, flagsMask, 8551 Intent fillInIntent, boolean authenticateInline) { 8554 authenticationId, fillInIntent, 0, 0, null); [all …]
|
H A D | FragmentHostCallback.java | 174 int requestCode, @Nullable Intent fillInIntent, int flagsMask, int flagsValues, in onStartIntentSenderFromFragment() argument 180 mContext.startIntentSender(intent, fillInIntent, flagsMask, flagsValues, extraFlags, in onStartIntentSenderFromFragment()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
H A D | DetailDialog.kt | 62 private val fillInIntent = Intent().apply { regex 87 fillInIntent,
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
H A D | BaseQuickstepLauncher.java | 243 Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) { in startIntentSenderForResult() argument 248 params.fillInIntent = fillInIntent; in startIntentSenderForResult() 255 super.startIntentSenderForResult(intent, requestCode, fillInIntent, flagsMask, in startIntentSenderForResult()
|
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | RemoteAugmentedAutofillService.java | 291 final Intent fillInIntent = new Intent(); in maybeRequestShowInlineSuggestions() 292 fillInIntent.putExtra(AutofillManager.EXTRA_CLIENT_STATE, in maybeRequestShowInlineSuggestions() 296 fillInIntent, false); in maybeRequestShowInlineSuggestions()
|
/aosp12/frameworks/base/telephony/java/android/telephony/euicc/ |
H A D | EuiccManager.java | 956 Intent fillInIntent = new Intent(); in startResolutionActivity() local 957 fillInIntent.putExtra(EuiccManager.EXTRA_EMBEDDED_SUBSCRIPTION_RESOLUTION_CALLBACK_INTENT, in startResolutionActivity() 960 fillInIntent, 0 /* flagsMask */, 0 /* flagsValues */, 0 /* extraFlags */); in startResolutionActivity() local
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/common/ |
H A D | FragmentController.java | 100 @Nullable Intent fillInIntent, int flagsMask, int flagsValues, Bundle options, in startIntentSenderForResult() argument
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarNotificationActivityStarter.java | 349 Intent fillInIntent = null; in handleNotificationClickAfterPanelCollapsed() local 356 fillInIntent = new Intent().putExtra(Notification.EXTRA_REMOTE_INPUT_DRAFT, in handleNotificationClickAfterPanelCollapsed() 365 startNotificationIntent(intent, fillInIntent, entry, row, animate, isActivityIntent); in handleNotificationClickAfterPanelCollapsed() 474 Intent fillInIntent, in startNotificationIntent() argument 496 return intent.sendAndReturnResult(mContext, 0, fillInIntent, null, in startNotificationIntent()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/ |
H A D | DragAndDropPolicy.java | 299 void startIntent(PendingIntent intent, Intent fillInIntent, @SplitPosition int position, in startIntent() argument 344 public void startIntent(PendingIntent intent, @Nullable Intent fillInIntent, int position, in startIntent() argument 347 intent.send(mContext, 0, fillInIntent, null, null, null, options); in startIntent()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleExpandedView.java | 169 Intent fillInIntent = new Intent(); 171 fillInIntent.addFlags(FLAG_ACTIVITY_NEW_DOCUMENT); 172 fillInIntent.addFlags(FLAG_ACTIVITY_MULTIPLE_TASK); 176 mTaskView.startActivity(mPendingIntent, fillInIntent, options,
|
/aosp12/frameworks/base/core/java/android/view/autofill/ |
H A D | IAutoFillManagerClient.aidl | 60 in Intent fillInIntent, boolean authenticateInline); in authenticate() argument
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/ |
H A D | TaskView.java | 148 public void startActivity(@NonNull PendingIntent pendingIntent, @Nullable Intent fillInIntent, in startActivity() argument 152 pendingIntent.send(mContext, 0 /* code */, fillInIntent, in startActivity()
|