Home
last modified time | relevance | path

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

/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/
DSliceFragment.java499 Intent fillInIntent = in onSeekbarPreferenceChanged() local
503 firePendingIntent((HasSliceAction) preference, fillInIntent); in onSeekbarPreferenceChanged() local
522 Intent fillInIntent = new Intent().putExtra(EXTRA_PREFERENCE_KEY, preference.getKey()); in onPreferenceTreeClick() local
537 Intent fillInIntent = in onPreferenceTreeClick() local
551 Intent fillInIntent = in onPreferenceTreeClick() local
561 private boolean firePendingIntent(@NonNull HasSliceAction preference, Intent fillInIntent) { in firePendingIntent()
/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
DControlledCarTaskView.java139 Intent fillInIntent = null; in startActivityInternal() local
147 fillInIntent, options, launchBounds); in startActivityInternal() local
/packages/services/Car/car-lib/src/android/car/app/
DControlledRemoteCarTaskView.java173 Intent fillInIntent = null; in startActivity() local
181 fillInIntent, options, launchBounds); in startActivity() local
DRemoteCarTaskView.java220 @Nullable Intent fillInIntent, in startActivity()
/packages/apps/Calendar/src/com/android/calendar/widget/
DCalendarAppWidgetProvider.kt228 val fillInIntent = Intent() in getLaunchFillInIntent() constant
DCalendarAppWidgetService.kt354 val fillInIntent: Intent = CalendarAppWidgetProvider.getLaunchFillInIntent( in getViewAt() constant
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DFragmentController.java100 @Nullable Intent fillInIntent, int flagsMask, int flagsValues, Bundle options, in startIntentSenderForResult()
DSettingsFragment.java348 @Nullable Intent fillInIntent, int flagsMask, int flagsValues, Bundle options, in startIntentSenderForResult()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DStartActivityParams.java50 public Intent fillInIntent; field in StartActivityParams
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DTestActivity.java177 @Nullable Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags) in startIntentSenderForResult()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java837 Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) { in startIntentSenderForResult()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSystemUiProxy.java917 public void startIntent(PendingIntent intent, int userId, Intent fillInIntent, int position, in startIntent()