/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | RemoteInputViewController.kt | 290 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/ |
D | WidgetInteractionHandlerTest.kt | 62 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/ |
D | SmartspaceInteractionHandlerTest.kt | 63 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/ |
D | InteractionHandlerDelegate.kt | 41 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/ |
D | RemoteEntryInfo.kt | 28 fillInIntent: Intent?, 34 fillInIntent,
|
D | ActionEntryInfo.kt | 29 fillInIntent: Intent?, 38 fillInIntent,
|
D | AuthenticationEntryInfo.kt | 29 fillInIntent: Intent?, 42 fillInIntent,
|
D | CredentialEntryInfo.kt | 32 fillInIntent: Intent?, 59 fillInIntent,
|
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/model/creation/ |
D | RemoteInfo.kt | 28 fillInIntent: Intent?, 34 fillInIntent,
|
D | CreateOptionInfo.kt | 31 fillInIntent: Intent?, 46 fillInIntent,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | ActivityStarterImpl.kt | 93 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/ |
D | SmartspaceInteractionHandler.kt | 49 fillInIntent: Intent, in <lambda>() 58 fillInIntent, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/widgets/ |
D | WidgetInteractionHandler.kt | 51 fillInIntent: Intent, in <lambda>() 60 fillInIntent, in <lambda>()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleTaskViewHelper.java | 109 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/ |
D | LegacyActivityStarterInternalImplTest.kt | 186 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/ |
D | CredentialKtx.kt | 60 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/ |
D | DisplayResolveInfo.java | 81 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()
|
D | SelectableTargetInfo.java | 115 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()
|
D | NotSelectableTargetInfo.java | 69 public TargetInfo cloneFilledIn(Intent fillInIntent, int flags) { in cloneFilledIn() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
D | PanelTaskViewController.kt | 47 private val fillInIntent = constant in com.android.systemui.controls.ui.PanelTaskViewController 78 fillInIntent, in onInitialized()
|
D | DetailDialog.kt | 73 private val fillInIntent = Intent().apply { in <lambda>() constant in com.android.systemui.controls.ui.DetailDialog 103 fillInIntent, in <lambda>()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
D | SplitScreenController.java | 679 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/ |
D | CredentialSelectorUiStateGetMapperTest.kt | 48 fillInIntent = null, 60 fillInIntent = null, 185 fillInIntent = null,
|
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/model/ |
D | EntryInfo.kt | 27 val fillInIntent: Intent?, constant in com.android.credentialmanager.model.EntryInfo
|
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/ |
D | ActivityStarter.java | 70 @Nullable Intent fillInIntent, in startPendingIntentWithoutDismissing() argument 93 @Nullable Intent fillInIntent, in startPendingIntentMaybeDismissingKeyguard() argument
|