Home
last modified time | relevance | path

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

/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/
DSliceFragment.java524 Intent fillInIntent = in onSeekbarPreferenceChanged() local
527 firePendingIntent((HasSliceAction) preference, fillInIntent); in onSeekbarPreferenceChanged() local
546 Intent fillInIntent = new Intent().putExtra(EXTRA_PREFERENCE_KEY, preference.getKey()); in onPreferenceTreeClick() local
561 Intent fillInIntent = in onPreferenceTreeClick() local
575 Intent fillInIntent = in onPreferenceTreeClick() local
585 private boolean firePendingIntent(@NonNull HasSliceAction preference, Intent fillInIntent) { in firePendingIntent()
/packages/services/Car/car-lib/src/android/car/app/
DControlledRemoteCarTaskView.java210 Intent fillInIntent = null; in startActivityInternal() local
218 fillInIntent, options, launchBounds); in startActivityInternal() local
DRemoteCarTaskView.java254 @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.java957 Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) { in startIntentSenderForResult()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSystemUiProxy.java1073 public void startIntent(PendingIntent intent, int userId, Intent fillInIntent, int position, in startIntent()