Home
last modified time | relevance | path

Searched refs:ACTION_APPWIDGET_UPDATE (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/core/java/android/appwidget/
H A DAppWidgetProvider.java65 .setAction(AppWidgetManager.ACTION_APPWIDGET_UPDATE)); in onReceive()
66 } else if (AppWidgetManager.ACTION_APPWIDGET_UPDATE.equals(action)) { in onReceive()
H A DAppWidgetManager.java344 … public static final String ACTION_APPWIDGET_UPDATE = "android.appwidget.action.APPWIDGET_UPDATE"; field in AppWidgetManager
/aosp14/frameworks/base/tests/appwidgets/AppWidgetProviderTest/src/com/android/tests/appwidgetprovider/
H A DTestAppWidgetProvider.java43 else if (AppWidgetManager.ACTION_APPWIDGET_UPDATE.equals(action)) { in onReceive()
/aosp14/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
H A DTestAppWidgetProvider.java46 else if (AppWidgetManager.ACTION_APPWIDGET_UPDATE.equals(action)) { in onReceive()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
H A DAppCopyHelper.java149 final Intent widgetIntent = new Intent(AppWidgetManager.ACTION_APPWIDGET_UPDATE); in addCurrentUsersApps()
H A DAppRestrictionsHelper.java180 Intent widgetIntent = new Intent(AppWidgetManager.ACTION_APPWIDGET_UPDATE); in fetchAndMergeApps()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBroadcastQueueModernImplTest.java792 makeBroadcastRecord(new Intent(AppWidgetManager.ACTION_APPWIDGET_UPDATE), in testUrgentStarvation()
810 assertEquals(AppWidgetManager.ACTION_APPWIDGET_UPDATE, in testUrgentStarvation()
856 makeBroadcastRecord(new Intent(AppWidgetManager.ACTION_APPWIDGET_UPDATE), in testOffloadStarvation()
878 assertEquals(AppWidgetManager.ACTION_APPWIDGET_UPDATE, in testOffloadStarvation()
921 makeBroadcastRecord(new Intent(AppWidgetManager.ACTION_APPWIDGET_UPDATE), in testPrioritizeEarliest()
942 assertEquals(AppWidgetManager.ACTION_APPWIDGET_UPDATE, in testPrioritizeEarliest()
/aosp14/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/users/
H A DAppCopyingHelperTest.java85 addSystemAppsForIntent(new Intent(AppWidgetManager.ACTION_APPWIDGET_UPDATE), in testFetchAndMergeApps()
H A DAppRestrictionsHelperTest.java90 addSystemAppsForIntent(new Intent(AppWidgetManager.ACTION_APPWIDGET_UPDATE), in testFetchAndMergeApps()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleBackupHelper.java503 intent.setAction(AppWidgetManager.ACTION_APPWIDGET_UPDATE); in updateWidgets()
/aosp14/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java2304 Intent intent = new Intent(AppWidgetManager.ACTION_APPWIDGET_UPDATE); in loadGroupWidgetProvidersLocked()
2427 Intent intent = new Intent(AppWidgetManager.ACTION_APPWIDGET_UPDATE); in sendUpdateIntentLocked()
2466 Intent intent = new Intent(AppWidgetManager.ACTION_APPWIDGET_UPDATE); in registerForBroadcastsLocked()
2838 Intent intent = new Intent(AppWidgetManager.ACTION_APPWIDGET_UPDATE); in getProviderInfo()
3567 Intent intent = new Intent(AppWidgetManager.ACTION_APPWIDGET_UPDATE); in updateProvidersForPackageLocked()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java14401 || AppWidgetManager.ACTION_APPWIDGET_UPDATE.equals(action) in checkBroadcastFromSystem()
14724 || AppWidgetManager.ACTION_APPWIDGET_UPDATE.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.txt9353 …field public static final String ACTION_APPWIDGET_UPDATE = "android.appwidget.action.APPWIDGET_UPD…