Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DPanelTaskViewController.kt50 private val fillInIntent = constant in com.android.systemui.controls.ui.PanelTaskViewController
DDetailDialog.kt74 private val fillInIntent = Intent().apply { in <lambda>() constant in com.android.systemui.controls.ui.DetailDialog
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/
DBaseEntry.kt27 val fillInIntent: Intent?, constant in com.android.credentialmanager.common.BaseEntry
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputViewController.kt309 val fillInIntent = Intent().addFlags(Intent.FLAG_RECEIVER_FOREGROUND) in onSendRemoteInput() constant
328 val fillInIntent = Intent().addFlags(Intent.FLAG_RECEIVER_FOREGROUND) in onSendRemoteInput() constant
/frameworks/base/core/java/com/android/internal/app/chooser/
DDisplayResolveInfo.java81 private DisplayResolveInfo(DisplayResolveInfo other, Intent fillInIntent, int flags, in DisplayResolveInfo()
132 public TargetInfo cloneFilledIn(Intent fillInIntent, int flags) { in cloneFilledIn()
DNotSelectableTargetInfo.java69 public TargetInfo cloneFilledIn(Intent fillInIntent, int flags) { in cloneFilledIn()
DTargetInfo.java117 TargetInfo cloneFilledIn(Intent fillInIntent, int flags); in cloneFilledIn()
DSelectableTargetInfo.java115 Intent fillInIntent, int flags) { in SelectableTargetInfo()
317 public TargetInfo cloneFilledIn(Intent fillInIntent, int flags) { in cloneFilledIn()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java334 Intent fillInIntent = null; in handleNotificationClickAfterPanelCollapsed() local
436 Intent fillInIntent, in startNotificationIntent()
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccManager.java1060 Intent fillInIntent = new Intent(); in startResolutionActivity() local
1064 fillInIntent, 0 /* flagsMask */, 0 /* flagsValues */, 0 /* extraFlags */); in startResolutionActivity() local
/frameworks/base/core/java/android/view/autofill/
DIAutoFillManagerClient.aidl60 in Intent fillInIntent, boolean authenticateInline); in authenticate()
DAutofillClientController.java488 Intent fillInIntent, boolean authenticateInline) { in autofillClientAuthenticate()
DAutofillManager.java728 Intent fillInIntent, boolean authenticateInline); in autofillClientAuthenticate()
2748 Intent fillInIntent, boolean authenticateInline) { in authenticate()
4203 Intent fillInIntent, boolean authenticateInline) { in authenticate()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
DTaskView.java96 public void startActivity(@NonNull PendingIntent pendingIntent, @Nullable Intent fillInIntent, in startActivity()
DTaskViewTaskController.java191 public void startActivity(@NonNull PendingIntent pendingIntent, @Nullable Intent fillInIntent, in startActivity()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
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()
DISplitScreen.aidl87 oneway void startIntent(in PendingIntent intent, int userId, in Intent fillInIntent, in startIntent()
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()
/frameworks/base/core/java/android/app/
DFragmentHostCallback.java174 int requestCode, @Nullable Intent fillInIntent, int flagsMask, int flagsValues, in onStartIntentSenderFromFragment()
/frameworks/base/core/tests/coretests/src/android/widget/
DRemoteViewsTest.java696 int[] sharedViewIds, String[] sharedViewNames, Intent fillInIntent) { in createSharedElementActivityOptions()
/frameworks/base/core/java/android/appwidget/
DAppWidgetHostView.java859 int[] sharedViewIds, String[] sharedViewNames, Intent fillInIntent) { in createSharedElementActivityOptions()
/frameworks/base/test-mock/src/android/test/mock/
DMockContext.java348 Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags) in startIntentSender()
355 Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, in startIntentSender()
/frameworks/base/services/autofill/java/com/android/server/autofill/
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()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DApplicationContext.java561 public void startIntentSender(IntentSender intent, Intent fillInIntent, int flagsMask, in startIntentSender()
570 public void startIntentSender(IntentSender intent, Intent fillInIntent, int flagsMask, in startIntentSender()

12