/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/ |
H A D | AppWidgetServiceImplTest.java | 167 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 D | AddItemActivity.java | 336 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 D | ItemInstallQueue.java | 166 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 D | GridSizeMigrationTaskV2.java | 629 int widgetId = c.getInt(indexAppWidgetId); in loadWorkspaceEntries() local
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/ |
H A D | SharedPreferencesHelperTest.java | 49 private void setStorageForTile(PeopleTileKey peopleTileKey, int widgetId) { in setStorageForTile()
|
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/util/ |
H A D | WidgetUtils.java | 75 int widgetId = host.allocateAppWidgetId(); in createWidgetInfo() local
|
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/ |
H A D | AddConfigWidgetTest.java | 127 int widgetId = intent.getIntExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, in getWidgetId() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
H A D | PeopleSpaceWidgetPinnedReceiver.java | 68 int widgetId = intent.getIntExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, INVALID_WIDGET_ID); in onReceive() local
|
H A D | PeopleSpaceWidgetManager.java | 589 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 D | LauncherAppWidgetHost.java | 310 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 D | PeopleSpaceUtils.java | 128 int widgetId, String contactUriString) { in removeSharedPreferencesStorageForTile() 149 int widgetId, String storageKey) { in addAppWidgetIdForKey() 158 int widgetId, String storageKey) { in removeAppWidgetIdForKey()
|
H A D | PeopleBackupFollowUpJob.java | 210 int widgetId; in removeUnavailableShortcutsFromSharedStorage() local
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/gadget/ |
H A D | PhotoAppWidgetProvider.java | 80 private static RemoteViews buildStackWidget(Context context, int widgetId, Entry entry) { in buildStackWidget()
|
H A D | WidgetDatabaseHelper.java | 69 public int widgetId; field in WidgetDatabaseHelper.Entry
|
/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/ |
H A D | ViewInflationDuringSwipeUp.java | 201 int widgetId = item.appWidgetId; in executeSwipeUpTestWithWidget() local
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/qsb/ |
H A D | QsbContainerView.java | 203 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 D | CustomWidgetManager.java | 147 public LauncherAppWidgetProviderInfo getWidgetProvider(int widgetId) { in getWidgetProvider()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/widget/ |
H A D | BaseWidgetProvider.java | 171 protected void deletePreferences(final int widgetId) { in deletePreferences()
|
H A D | WidgetConversationProvider.java | 299 protected void deletePreferences(final int widgetId) { in deletePreferences()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/util/ |
H A D | WidgetSizes.java | 136 int widgetId = widgetView.getAppWidgetId(); in updateWidgetSizeRanges() local
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | SecondaryDropTarget.java | 269 int widgetId = getReconfigurableWidgetId(view); in performDropAction() local
|
H A D | Launcher.java | 726 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 D | PeopleSpaceWidgetManagerTest.java | 1572 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 D | RemoteViewsAdapter.java | 811 final int widgetId; field in RemoteViewsAdapter.RemoteViewsCacheKey 813 RemoteViewsCacheKey(Intent.FilterComparison filter, int widgetId) { in RemoteViewsCacheKey()
|