Home
last modified time | relevance | path

Searched defs: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
DAppRestrictionsHelper.java180 Intent widgetIntent = new Intent(AppWidgetManager.ACTION_APPWIDGET_UPDATE); in fetchAndMergeApps() local
/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
819 Intent widgetIntent = options2.getParcelable(KEY_EXTRA_WIDGET_INTENT, Intent.class); in startIntents() local
935 private Intent resolveWidgetFillinIntent(@Nullable Intent widgetIntent, in resolveWidgetFillinIntent()