Home
last modified time | relevance | path

Searched refs:ACTION_APPWIDGET_ENABLED (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/android/appwidget/
H A DAppWidgetProvider.java63 .setAction(AppWidgetManager.ACTION_APPWIDGET_ENABLED)); in onReceive()
89 } else if (AppWidgetManager.ACTION_APPWIDGET_ENABLED.equals(action)) { in onReceive()
H A DAppWidgetManager.java407 …public static final String ACTION_APPWIDGET_ENABLED = "android.appwidget.action.APPWIDGET_ENABLED"; field in AppWidgetManager
/aosp14/frameworks/base/tests/appwidgets/AppWidgetProviderTest/src/com/android/tests/appwidgetprovider/
H A DTestAppWidgetProvider.java37 if (AppWidgetManager.ACTION_APPWIDGET_ENABLED.equals(action)) { in onReceive()
/aosp14/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
H A DTestAppWidgetProvider.java40 if (AppWidgetManager.ACTION_APPWIDGET_ENABLED.equals(action)) { in onReceive()
/aosp14/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java2418 Intent intent = new Intent(AppWidgetManager.ACTION_APPWIDGET_ENABLED); in sendEnableIntentLocked()
/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.txt9348 …field public static final String ACTION_APPWIDGET_ENABLED = "android.appwidget.action.APPWIDGET_EN…