Home
last modified time | relevance | path

Searched defs:widgetId (Results 1 – 24 of 24) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/
H A DAppWidgetServiceImplTest.java167 int widgetId = setupHostAndWidget(); in testProviderUpdatesReceived() local
184 int widgetId = setupHostAndWidget(); in testProviderUpdatesNotReceived() local
196 int widgetId = setupHostAndWidget(); in testNoUpdatesReceived_queueEmpty() local
213 private void sendDummyUpdates(int widgetId, int... viewIds) { in sendDummyUpdates()
229 int widgetId = setupHostAndWidget(); in testNoUpdatesReceived_queueNonEmpty_noWidgetId() local
239 int widgetId = setupHostAndWidget(); in testUpdatesReceived_queueNotEmpty_widgetIdProvided() local
253 int widgetId = setupHostAndWidget(); in testUpdatesReceived_queueNotEmpty_widgetIdProvided2() local
267 int widgetId = setupHostAndWidget(); in testUpdatesReceived_queueNotEmpty_multipleWidgetIdProvided() local
281 int widgetId = setupHostAndWidget(); in testUpdatesReceived_queueEmptyAfterStartListening() local
335 int widgetId = mService.allocateAppWidgetId(mPkgName, HOST_ID); in bindNewWidget() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DAddItemActivity.java336 private void acceptWidget(int widgetId) { in acceptWidget()
338 .queueItem(mRequest.getAppWidgetProviderInfo(this), widgetId); in acceptWidget() local
354 int widgetId = data != null in onActivityResult() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DItemInstallQueue.java166 public void queueItem(AppWidgetProviderInfo info, int widgetId) { in queueItem()
263 public PendingInstallShortcutInfo(AppWidgetProviderInfo info, int widgetId) { in PendingInstallShortcutInfo()
377 int widgetId = intent.getIntExtra(EXTRA_APPWIDGET_ID, 0); in decode() local
H A DGridSizeMigrationTaskV2.java629 int widgetId = c.getInt(indexAppWidgetId); in loadWorkspaceEntries() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
H A DSharedPreferencesHelperTest.java49 private void setStorageForTile(PeopleTileKey peopleTileKey, int widgetId) { in setStorageForTile()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
H A DWidgetUtils.java75 int widgetId = host.allocateAppWidgetId(); in createWidgetInfo() local
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
H A DAddConfigWidgetTest.java127 int widgetId = intent.getIntExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, in getWidgetId() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetPinnedReceiver.java68 int widgetId = intent.getIntExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, INVALID_WIDGET_ID); in onReceive() local
H A DPeopleSpaceWidgetManager.java589 public Optional<PeopleSpaceTile> getAugmentedTileForExistingWidget(int widgetId, in getAugmentedTileForExistingWidget()
862 public void registerConversationListenerIfNeeded(int widgetId, PeopleTileKey key) { in registerConversationListenerIfNeeded()
887 private PeopleTileKey getKeyFromStorageByWidgetId(int widgetId) { in getKeyFromStorageByWidgetId()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DLauncherAppWidgetHost.java310 public void startConfigActivity(BaseDraggingActivity activity, int widgetId, int requestCode) { in startConfigActivity()
331 private Bundle getConfigurationActivityOptions(BaseDraggingActivity activity, int widgetId) { in getConfigurationActivityOptions()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleSpaceUtils.java128 int widgetId, String contactUriString) { in removeSharedPreferencesStorageForTile()
149 int widgetId, String storageKey) { in addAppWidgetIdForKey()
158 int widgetId, String storageKey) { in removeAppWidgetIdForKey()
H A DPeopleBackupFollowUpJob.java210 int widgetId; in removeUnavailableShortcutsFromSharedStorage() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
H A DPhotoAppWidgetProvider.java80 private static RemoteViews buildStackWidget(Context context, int widgetId, Entry entry) { in buildStackWidget()
H A DWidgetDatabaseHelper.java69 public int widgetId; field in WidgetDatabaseHelper.Entry
/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
H A DViewInflationDuringSwipeUp.java201 int widgetId = item.appWidgetId; in executeSwipeUpTestWithWidget() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/qsb/
H A DQsbContainerView.java203 int widgetId = Utilities.getPrefs(context).getInt(mKeyWidgetId, -1); in createQsb() local
246 private void saveWidgetId(int widgetId) { in saveWidgetId()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/custom/
H A DCustomWidgetManager.java147 public LauncherAppWidgetProviderInfo getWidgetProvider(int widgetId) { in getWidgetProvider()
/aosp12/packages/apps/Messaging/src/com/android/messaging/widget/
H A DBaseWidgetProvider.java171 protected void deletePreferences(final int widgetId) { in deletePreferences()
H A DWidgetConversationProvider.java299 protected void deletePreferences(final int widgetId) { in deletePreferences()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/util/
H A DWidgetSizes.java136 int widgetId = widgetView.getAppWidgetId(); in updateWidgetSizeRanges() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DSecondaryDropTarget.java269 int widgetId = getReconfigurableWidgetId(view); in performDropAction() local
H A DLauncher.java726 int widgetId = appWidgetId; in completeAdd() local
793 int widgetId = data != null ? data.getIntExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, -1) in handleActivityResult() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManagerTest.java1572 private void addTileForWidget(PeopleSpaceTile tile, int widgetId) throws Exception { in addTileForWidget()
1573 setStorageForTile(tile.getId(), tile.getPackageName(), widgetId, tile.getContactUri()); in addTileForWidget() local
1689 private void setStorageForTile(String shortcutId, String packageName, int widgetId, in setStorageForTile()
/aosp12/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java811 final int widgetId; field in RemoteViewsAdapter.RemoteViewsCacheKey
813 RemoteViewsCacheKey(Intent.FilterComparison filter, int widgetId) { in RemoteViewsCacheKey()