Home
last modified time | relevance | path

Searched refs:ACTION_APPWIDGET_CONFIGURE (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
H A DAppWidgetHostActivity.java90 Intent intent = new Intent(AppWidgetManager.ACTION_APPWIDGET_CONFIGURE); in configureAppWidget()
/aosp14/frameworks/base/core/java/android/appwidget/
H A DAppWidgetManager.java189 …public static final String ACTION_APPWIDGET_CONFIGURE = "android.appwidget.action.APPWIDGET_CONFIG… field in AppWidgetManager
/aosp14/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java1028 Intent intent = new Intent(AppWidgetManager.ACTION_APPWIDGET_CONFIGURE); in createAppWidgetConfigIntentSender()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java14400 || AppWidgetManager.ACTION_APPWIDGET_CONFIGURE.equals(action) in checkBroadcastFromSystem()
14723 } else if (AppWidgetManager.ACTION_APPWIDGET_CONFIGURE.equals(action) in broadcastIntentLockedTraced()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt9345 …field public static final String ACTION_APPWIDGET_CONFIGURE = "android.appwidget.action.APPWIDGET_…