Home
last modified time | relevance | path

Searched defs:fillInIntent (Results 1 – 25 of 29) sorted by relevance

12

/aosp14/frameworks/base/core/java/com/android/internal/app/chooser/
H A DDisplayResolveInfo.java81 private DisplayResolveInfo(DisplayResolveInfo other, Intent fillInIntent, int flags, in DisplayResolveInfo()
132 public TargetInfo cloneFilledIn(Intent fillInIntent, int flags) { in cloneFilledIn()
H A DNotSelectableTargetInfo.java69 public TargetInfo cloneFilledIn(Intent fillInIntent, int flags) { in cloneFilledIn()
H A DSelectableTargetInfo.java115 Intent fillInIntent, int flags) { in SelectableTargetInfo()
317 public TargetInfo cloneFilledIn(Intent fillInIntent, int flags) { in cloneFilledIn()
H A DTargetInfo.java117 TargetInfo cloneFilledIn(Intent fillInIntent, int flags); in cloneFilledIn()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewController.kt309 val fillInIntent = Intent().addFlags(Intent.FLAG_RECEIVER_FOREGROUND) regex
328 val fillInIntent = Intent().addFlags(Intent.FLAG_RECEIVER_FOREGROUND) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DPanelTaskViewController.kt50 private val fillInIntent = regex
H A DDetailDialog.kt74 private val fillInIntent = Intent().apply { regex
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDragAndDropPolicy.java277 void startIntent(PendingIntent intent, int userId, Intent fillInIntent, in startIntent()
322 public void startIntent(PendingIntent intent, int userId, @Nullable Intent fillInIntent, in startIntent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarter.java334 Intent fillInIntent = null; in handleNotificationClickAfterPanelCollapsed() local
436 Intent fillInIntent, in startNotificationIntent()
/aosp14/frameworks/base/telephony/java/android/telephony/euicc/
H A DEuiccManager.java1060 Intent fillInIntent = new Intent(); in startResolutionActivity() local
1064 fillInIntent, 0 /* flagsMask */, 0 /* flagsValues */, 0 /* extraFlags */); in startResolutionActivity() local
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DIAutoFillManagerClient.aidl60 in Intent fillInIntent, boolean authenticateInline); in authenticate()
H A DAutofillClientController.java488 Intent fillInIntent, boolean authenticateInline) { in autofillClientAuthenticate()
H A DAutofillManager.java728 Intent fillInIntent, boolean authenticateInline); in autofillClientAuthenticate()
2748 Intent fillInIntent, boolean authenticateInline) { in authenticate()
4203 Intent fillInIntent, boolean authenticateInline) { in authenticate()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
H A DTaskView.java96 public void startActivity(@NonNull PendingIntent pendingIntent, @Nullable Intent fillInIntent, in startActivity()
H A DTaskViewTaskController.java191 public void startActivity(@NonNull PendingIntent pendingIntent, @Nullable Intent fillInIntent, in startActivity()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DSplitScreenController.java666 public void startIntent(PendingIntent intent, int userId, @Nullable Intent fillInIntent, in startIntent()
676 Intent fillInIntent = null; in startIntentAndTaskWithLegacyTransition() local
703 Intent fillInIntent = null; in startIntentAndTask() local
806 public void startIntent(PendingIntent intent, int userId1, @Nullable Intent fillInIntent, in startIntent()
1318 public void startIntent(PendingIntent intent, int userId, Intent fillInIntent, int position, in startIntent()
H A DISplitScreen.aidl87 oneway void startIntent(in PendingIntent intent, int userId, in Intent fillInIntent, in startIntent()
H A DStageCoordinator.java557 void startIntent(PendingIntent intent, Intent fillInIntent, @SplitPosition int position, in startIntent()
585 void startIntentLegacy(PendingIntent intent, Intent fillInIntent, @SplitPosition int position, in startIntentLegacy()
669 void startIntentAndTask(PendingIntent pendingIntent, Intent fillInIntent, in startIntentAndTask()
858 void startIntentAndTaskWithLegacyTransition(PendingIntent pendingIntent, Intent fillInIntent, in startIntentAndTaskWithLegacyTransition()
898 @Nullable Intent fillInIntent, @Nullable ShortcutInfo shortcutInfo, in launchAsFullscreenWithRemoteAnimation()
/aosp14/frameworks/base/core/java/android/app/
H A DFragmentHostCallback.java174 int requestCode, @Nullable Intent fillInIntent, int flagsMask, int flagsValues, in onStartIntentSenderFromFragment()
H A DIActivityTaskManager.aidl110 in IIntentSender target, in IBinder whitelistToken, in Intent fillInIntent, in startActivityIntentSender()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DRemoteViewsTest.java696 int[] sharedViewIds, String[] sharedViewNames, Intent fillInIntent) { in createSharedElementActivityOptions()
/aosp14/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java859 int[] sharedViewIds, String[] sharedViewNames, Intent fillInIntent) { in createSharedElementActivityOptions()
/aosp14/frameworks/base/test-mock/src/android/test/mock/
H A DMockContext.java348 Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags) in startIntentSender()
355 Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, in startIntentSender()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java2335 final Intent fillInIntent; in authenticate() local
5437 final Intent fillInIntent = createAuthFillInIntentLocked(requestId, mClientState); in autoFill() local
5454 final Intent fillInIntent = new Intent(); in createAuthFillInIntentLocked() local
5504 Intent fillInIntent, boolean authenticateInline) { in startAuthentication()
/aosp14/frameworks/base/core/java/android/content/
H A DContextWrapper.java486 @Nullable Intent fillInIntent, int flagsMask, int flagsValues, in startIntentSender()
495 @Nullable Intent fillInIntent, int flagsMask, int flagsValues, in startIntentSender()

12