Home
last modified time | relevance | path

Searched refs:ACTION_APPWIDGET_ENABLE_AND_UPDATE (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/appwidget/
H A DAppWidgetProvider.java61 if (AppWidgetManager.ACTION_APPWIDGET_ENABLE_AND_UPDATE.equals(action)) { in onReceive()
H A DAppWidgetManager.java354 public static final String ACTION_APPWIDGET_ENABLE_AND_UPDATE = "android.appwidget.action" field in AppWidgetManager
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/
H A DAppWidgetServiceImplTest.java294 Intent intent = new Intent(AppWidgetManager.ACTION_APPWIDGET_ENABLE_AND_UPDATE); in testReceiveBroadcastBehavior_enableAndUpdate()
/aosp14/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java2409 Intent intent = new Intent(AppWidgetManager.ACTION_APPWIDGET_ENABLE_AND_UPDATE); in sendEnableAndUpdateIntentLocked()