/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/ |
H A D | AppWidgetServiceImplTest.java | 193 int widgetId = setupHostAndWidget(); in testProviderUpdatesReceived() local 210 int widgetId = setupHostAndWidget(); in testProviderUpdatesNotReceived() local 222 int widgetId = setupHostAndWidget(); in testNoUpdatesReceived_queueEmpty() local 239 private void sendDummyUpdates(int widgetId, int... viewIds) { in sendDummyUpdates() 255 int widgetId = setupHostAndWidget(); in testNoUpdatesReceived_queueNonEmpty_noWidgetId() local 265 int widgetId = setupHostAndWidget(); in testUpdatesReceived_queueNotEmpty_widgetIdProvided() local 279 int widgetId = setupHostAndWidget(); in testUpdatesReceived_queueNotEmpty_widgetIdProvided2() local 303 int widgetId = setupHostAndWidget(); in testUpdatesReceived_queueNotEmpty_multipleWidgetIdProvided() local 317 int widgetId = setupHostAndWidget(); in testUpdatesReceived_queueEmptyAfterStartListening() local 399 int widgetId = mService.allocateAppWidgetId(mPkgName, HOST_ID); in bindNewWidget() local
|
/aosp14/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()
|
/aosp14/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() 863 public void registerConversationListenerIfNeeded(int widgetId, PeopleTileKey key) { in registerConversationListenerIfNeeded() 888 private PeopleTileKey getKeyFromStorageByWidgetId(int widgetId) { in getKeyFromStorageByWidgetId()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
H A D | PeopleSpaceActivity.kt | 50 val widgetId = regex
|
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
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ui/viewmodel/ |
H A D | PeopleViewModel.kt | 91 val widgetId = _appWidgetId.value regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/ |
H A D | PeopleSpaceWidgetManagerTest.java | 1586 private void addTileForWidget(PeopleSpaceTile tile, int widgetId) throws Exception { in addTileForWidget() 1587 setStorageForTile(tile.getId(), tile.getPackageName(), widgetId, tile.getContactUri()); in addTileForWidget() local 1703 private void setStorageForTile(String shortcutId, String packageName, int widgetId, in setStorageForTile()
|
/aosp14/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()
|
/aosp14/frameworks/base/core/java/android/appwidget/ |
H A D | AppWidgetManager.java | 869 final int widgetId = appWidgetIds[i]; in notifyCollectionWidgetChange() local
|