Home
last modified time | relevance | path

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

12

/aosp12/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/
H A DSliceFragment.java454 Intent fillInIntent = in onSeekbarPreferenceChanged() local
477 Intent fillInIntent = new Intent().putExtra(EXTRA_PREFERENCE_KEY, preference.getKey()); in onPreferenceTreeClick() local
492 Intent fillInIntent = in onPreferenceTreeClick() local
506 Intent fillInIntent = in onPreferenceTreeClick() local
516 private boolean firePendingIntent(@NonNull HasSliceAction preference, Intent fillInIntent) { in firePendingIntent()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/common/
H A DFragmentController.java100 @Nullable Intent fillInIntent, int flagsMask, int flagsValues, Bundle options, in startIntentSenderForResult()
H A DSettingsFragment.java356 @Nullable Intent fillInIntent, int flagsMask, int flagsValues, Bundle options, in startIntentSenderForResult()
/aosp12/frameworks/base/core/java/com/android/internal/app/chooser/
H A DDisplayResolveInfo.java87 private DisplayResolveInfo(DisplayResolveInfo other, Intent fillInIntent, int flags, in DisplayResolveInfo()
138 public TargetInfo cloneFilledIn(Intent fillInIntent, int flags) { in cloneFilledIn()
H A DSelectableTargetInfo.java110 Intent fillInIntent, int flags) { in SelectableTargetInfo()
278 public TargetInfo cloneFilledIn(Intent fillInIntent, int flags) { in cloneFilledIn()
H A DNotSelectableTargetInfo.java69 public TargetInfo cloneFilledIn(Intent fillInIntent, int flags) { in cloneFilledIn()
H A DTargetInfo.java117 TargetInfo cloneFilledIn(Intent fillInIntent, int flags); in cloneFilledIn()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/proxy/
H A DStartActivityParams.java40 public Intent fillInIntent; field in StartActivityParams
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/stagesplit/
H A DSplitScreenController.java238 public void startIntent(PendingIntent intent, Intent fillInIntent, @SplitPosition int position, in startIntent()
248 private void startIntentLegacy(PendingIntent intent, Intent fillInIntent, in startIntentLegacy()
576 public void startIntent(PendingIntent intent, Intent fillInIntent, int stage, int position, in startIntent()
H A DISplitScreen.aidl79 oneway void startIntent(in PendingIntent intent, in Intent fillInIntent, int stage, in startIntent()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DDetailDialog.kt62 private val fillInIntent = Intent().apply { regex
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DISplitScreen.aidl79 oneway void startIntent(in PendingIntent intent, in Intent fillInIntent, int position, in startIntent()
H A DSplitScreenController.java315 public void startIntent(PendingIntent intent, Intent fillInIntent, @SplitPosition int position, in startIntent()
325 private void startIntentLegacy(PendingIntent intent, Intent fillInIntent, in startIntentLegacy()
656 public void startIntent(PendingIntent intent, Intent fillInIntent, int position, in startIntent()
/aosp12/packages/apps/Calendar/src/com/android/calendar/widget/
H A DCalendarAppWidgetProvider.java208 final Intent fillInIntent = new Intent(); in getLaunchFillInIntent() local
/aosp12/frameworks/base/telephony/java/android/telephony/euicc/
H A DEuiccManager.java956 Intent fillInIntent = new Intent(); in startResolutionActivity() local
960 fillInIntent, 0 /* flagsMask */, 0 /* flagsValues */, 0 /* extraFlags */); in startResolutionActivity() local
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDragAndDropPolicy.java299 void startIntent(PendingIntent intent, Intent fillInIntent, @SplitPosition int position, in startIntent()
344 public void startIntent(PendingIntent intent, @Nullable Intent fillInIntent, int position, in startIntent()
/aosp12/frameworks/base/core/java/android/view/autofill/
H A DIAutoFillManagerClient.aidl60 in Intent fillInIntent, boolean authenticateInline); in authenticate()
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
H A DTestActivity.java177 @Nullable Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags) in startIntentSenderForResult()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarter.java349 Intent fillInIntent = null; in handleNotificationClickAfterPanelCollapsed() local
474 Intent fillInIntent, in startNotificationIntent()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
H A DTaskView.java148 public void startActivity(@NonNull PendingIntent pendingIntent, @Nullable Intent fillInIntent, in startActivity()
/aosp12/frameworks/base/core/java/android/app/
H A DFragmentHostCallback.java174 int requestCode, @Nullable Intent fillInIntent, int flagsMask, int flagsValues, in onStartIntentSenderFromFragment()
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/
H A DRemoteViewsTest.java496 int[] sharedViewIds, String[] sharedViewNames, Intent fillInIntent) { in createSharedElementActivityOptions()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java328 Intent fillInIntent = new Intent().addFlags(Intent.FLAG_RECEIVER_FOREGROUND); in prepareRemoteInputFromText() local
351 Intent fillInIntent = new Intent().addFlags(Intent.FLAG_RECEIVER_FOREGROUND); in prepareRemoteInputFromData() local
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
H A DBaseQuickstepLauncher.java243 Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) { in startIntentSenderForResult()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DSystemUiProxy.java608 public void startIntent(PendingIntent intent, Intent fillInIntent, int position, in startIntent()

12