Home
last modified time | relevance | path

Searched refs:fillInIntent (Results 1 – 25 of 65) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputViewController.kt290 val fillInIntent = Intent().addFlags(Intent.FLAG_RECEIVER_FOREGROUND) in onSendRemoteInput() constant
291 RemoteInput.addResultsToIntent(remoteInputs, fillInIntent, results) in onSendRemoteInput()
296 RemoteInput.setResultsSource(fillInIntent, remoteInputResultsSource) in onSendRemoteInput()
297 return fillInIntent in onSendRemoteInput()
309 val fillInIntent = Intent().addFlags(Intent.FLAG_RECEIVER_FOREGROUND) in onSendRemoteInput() constant
310 RemoteInput.addDataResultToIntent(remoteInput, fillInIntent, results) in onSendRemoteInput()
313 RemoteInput.addResultsToIntent(remoteInputs, fillInIntent, bundle) in onSendRemoteInput()
326 RemoteInput.setResultsSource(fillInIntent, remoteInputResultsSource) in onSendRemoteInput()
327 return fillInIntent in onSendRemoteInput()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/widgets/
DWidgetInteractionHandlerTest.kt62 val (fillInIntent, activityOptions) = testResponse.getLaunchOptions(view) in launchAnimatorIsUsedForWidgetView() constant
73 /* fillInIntent = */ refEq(fillInIntent), in launchAnimatorIsUsedForWidgetView()
83 val (fillInIntent, activityOptions) = testResponse.getLaunchOptions(view) in launchAnimatorIsNotUsedForRegularView() constant
94 /* fillInIntent = */ refEq(fillInIntent), in launchAnimatorIsNotUsedForRegularView()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/smartspace/
DSmartspaceInteractionHandlerTest.kt63 val (fillInIntent, activityOptions) = testResponse.getLaunchOptions(view) in launchAnimatorIsUsedForSmartspaceView() constant
74 /* fillInIntent = */ refEq(fillInIntent), in launchAnimatorIsUsedForSmartspaceView()
84 val (fillInIntent, activityOptions) = testResponse.getLaunchOptions(view) in launchAnimatorIsNotUsedForRegularView() constant
95 /* fillInIntent = */ refEq(fillInIntent), in launchAnimatorIsNotUsedForRegularView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/util/
DInteractionHandlerDelegate.kt41 fillInIntent: Intent, in interface()
61 val (fillInIntent, activityOptions) = launchOptions in onInteraction() constant
64 fillInIntent, in onInteraction()
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/model/get/
DRemoteEntryInfo.kt28 fillInIntent: Intent?,
34 fillInIntent,
DActionEntryInfo.kt29 fillInIntent: Intent?,
38 fillInIntent,
DAuthenticationEntryInfo.kt29 fillInIntent: Intent?,
42 fillInIntent,
DCredentialEntryInfo.kt32 fillInIntent: Intent?,
59 fillInIntent,
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/model/creation/
DRemoteInfo.kt28 fillInIntent: Intent?,
34 fillInIntent,
DCreateOptionInfo.kt31 fillInIntent: Intent?,
46 fillInIntent,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DActivityStarterImpl.kt93 fillInIntent: Intent?, in startPendingIntentWithoutDismissing()
103 fillInIntent = fillInIntent, in startPendingIntentWithoutDismissing()
127 fillInIntent: Intent?, in startPendingIntentMaybeDismissingKeyguard()
136 fillInIntent = fillInIntent, in startPendingIntentMaybeDismissingKeyguard()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/smartspace/
DSmartspaceInteractionHandler.kt49 fillInIntent: Intent, in <lambda>()
58 fillInIntent, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/widgets/
DWidgetInteractionHandler.kt51 fillInIntent: Intent, in <lambda>()
60 fillInIntent, in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleTaskViewHelper.java109 Intent fillInIntent = new Intent();
111 fillInIntent.addFlags(FLAG_ACTIVITY_NEW_DOCUMENT);
112 fillInIntent.addFlags(FLAG_ACTIVITY_MULTIPLE_TASK);
136 mTaskView.startActivity(mPendingIntent, fillInIntent, options,
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DLegacyActivityStarterInternalImplTest.kt186 val fillInIntent = mock(Intent::class.java) in startPendingIntentDismissingKeyguard_fillInIntentAndExtraOptions_sendAndReturnResult() constant
210 fillInIntent = fillInIntent, in startPendingIntentDismissingKeyguard_fillInIntentAndExtraOptions_sendAndReturnResult()
220 eq(fillInIntent), in startPendingIntentDismissingKeyguard_fillInIntentAndExtraOptions_sendAndReturnResult()
346 fillInIntent: Intent? = null, in startPendingIntentMaybeDismissingKeyguard()
355 fillInIntent = fillInIntent, in startPendingIntentMaybeDismissingKeyguard()
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/ktx/
DCredentialKtx.kt60 val entryIntent = fillInIntent?.putExtra(IS_AUTO_SELECTED_KEY, isAutoSelected) in <lambda>()
131 fillInIntent = it.frameworkExtrasIntent, in getCredentialOptionInfoList()
159 fillInIntent = it.frameworkExtrasIntent, in getCredentialOptionInfoList()
189 fillInIntent = it.frameworkExtrasIntent, in getCredentialOptionInfoList()
297 fillInIntent = entry.frameworkExtrasIntent, in getAuthenticationEntryList()
321 fillInIntent = remoteEntry.frameworkExtrasIntent, in getRemoteEntry()
342 fillInIntent = it.frameworkExtrasIntent, in getActionEntryList()
/frameworks/base/core/java/com/android/internal/app/chooser/
DDisplayResolveInfo.java81 private DisplayResolveInfo(DisplayResolveInfo other, Intent fillInIntent, int flags, in DisplayResolveInfo() argument
89 mResolvedIntent.fillIn(fillInIntent, flags); in DisplayResolveInfo()
132 public TargetInfo cloneFilledIn(Intent fillInIntent, int flags) { in cloneFilledIn() argument
133 return new DisplayResolveInfo(this, fillInIntent, flags, mResolveInfoPresentationGetter); in cloneFilledIn()
DSelectableTargetInfo.java115 Intent fillInIntent, int flags) { in SelectableTargetInfo() argument
128 mFillInIntent = fillInIntent; in SelectableTargetInfo()
317 public TargetInfo cloneFilledIn(Intent fillInIntent, int flags) { in cloneFilledIn() argument
318 return new SelectableTargetInfo(this, fillInIntent, flags); in cloneFilledIn()
DNotSelectableTargetInfo.java69 public TargetInfo cloneFilledIn(Intent fillInIntent, int flags) { in cloneFilledIn() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DPanelTaskViewController.kt47 private val fillInIntent = constant
78 fillInIntent, in onInitialized()
DDetailDialog.kt73 private val fillInIntent = Intent().apply { in <lambda>() constant
103 fillInIntent, in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DSplitScreenController.java679 public void startIntent(PendingIntent intent, int userId, @Nullable Intent fillInIntent, in startIntent() argument
682 startIntent(intent, userId, fillInIntent, position, options); in startIntent()
689 Intent fillInIntent = null; in startIntentAndTaskWithLegacyTransition() local
695 fillInIntent = new Intent(); in startIntentAndTaskWithLegacyTransition()
696 fillInIntent.addFlags(FLAG_ACTIVITY_MULTIPLE_TASK); in startIntentAndTaskWithLegacyTransition()
708 mStageCoordinator.startIntentAndTaskWithLegacyTransition(pendingIntent, fillInIntent, in startIntentAndTaskWithLegacyTransition()
716 Intent fillInIntent = null; in startIntentAndTask() local
742 fillInIntent = resolveWidgetFillinIntent(widgetIntent, setSecondIntentMultipleTask); in startIntentAndTask()
744 mStageCoordinator.startIntentAndTask(pendingIntent, fillInIntent, options1, taskId, in startIntentAndTask()
829 public void startIntent(PendingIntent intent, int userId1, @Nullable Intent fillInIntent, in startIntent() argument
[all …]
/frameworks/base/packages/CredentialManager/wear/robotests/src/com/android/credentialmanager/
DCredentialSelectorUiStateGetMapperTest.kt48 fillInIntent = null,
60 fillInIntent = null,
185 fillInIntent = null,
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/model/
DEntryInfo.kt27 val fillInIntent: Intent?, constant in com.android.credentialmanager.model.EntryInfo
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DActivityStarter.java70 @Nullable Intent fillInIntent, in startPendingIntentWithoutDismissing() argument
93 @Nullable Intent fillInIntent, in startPendingIntentMaybeDismissingKeyguard() argument

123