Home
last modified time | relevance | path

Searched refs:widgetIntent (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
DAppCopyHelper.java149 final Intent widgetIntent = new Intent(AppWidgetManager.ACTION_APPWIDGET_UPDATE); in addCurrentUsersApps() local
150 addSystemApps(mVisibleApps, widgetIntent); in addCurrentUsersApps()
DAppRestrictionsHelper.java180 Intent widgetIntent = new Intent(AppWidgetManager.ACTION_APPWIDGET_UPDATE); in fetchAndMergeApps() local
181 addSystemApps(mVisibleApps, widgetIntent, excludePackages); in fetchAndMergeApps()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DSplitScreenController.java741 Intent widgetIntent = options2.getParcelable(KEY_EXTRA_WIDGET_INTENT, Intent.class); in startIntentAndTask() local
742 fillInIntent = resolveWidgetFillinIntent(widgetIntent, setSecondIntentMultipleTask); in startIntentAndTask()
819 Intent widgetIntent = options2.getParcelable(KEY_EXTRA_WIDGET_INTENT, Intent.class); in startIntents() local
820 fillInIntent2 = resolveWidgetFillinIntent(widgetIntent, setSecondIntentMultipleTask); in startIntents()
935 private Intent resolveWidgetFillinIntent(@Nullable Intent widgetIntent, in resolveWidgetFillinIntent() argument
938 if (launchMultipleTasks && widgetIntent != null) { in resolveWidgetFillinIntent()
939 fillInIntent2 = widgetIntent; in resolveWidgetFillinIntent()
941 } else if (widgetIntent != null) { in resolveWidgetFillinIntent()
942 fillInIntent2 = widgetIntent; in resolveWidgetFillinIntent()