Searched defs:fillInIntent (Results 1 – 11 of 11) sorted by relevance
/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/ |
D | SliceFragment.java | 524 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/ |
D | ControlledRemoteCarTaskView.java | 210 Intent fillInIntent = null; in startActivityInternal() local 218 fillInIntent, options, launchBounds); in startActivityInternal() local
|
D | RemoteCarTaskView.java | 254 @Nullable Intent fillInIntent, in startActivity()
|
/packages/apps/Calendar/src/com/android/calendar/widget/ |
D | CalendarAppWidgetProvider.kt | 228 val fillInIntent = Intent() in getLaunchFillInIntent() constant
|
D | CalendarAppWidgetService.kt | 354 val fillInIntent: Intent = CalendarAppWidgetProvider.getLaunchFillInIntent( in getViewAt() constant
|
/packages/apps/Car/Settings/src/com/android/car/settings/common/ |
D | FragmentController.java | 100 @Nullable Intent fillInIntent, int flagsMask, int flagsValues, Bundle options, in startIntentSenderForResult()
|
D | SettingsFragment.java | 348 @Nullable Intent fillInIntent, int flagsMask, int flagsValues, Bundle options, in startIntentSenderForResult()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | StartActivityParams.java | 50 public Intent fillInIntent; field in StartActivityParams
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ |
D | TestActivity.java | 177 @Nullable Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags) in startIntentSenderForResult()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
D | QuickstepLauncher.java | 957 Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) { in startIntentSenderForResult()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | SystemUiProxy.java | 1073 public void startIntent(PendingIntent intent, int userId, Intent fillInIntent, int position, in startIntent()
|