/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/ |
D | AppWidgetServiceImplTest.java | 194 int widgetId = setupHostAndWidget(); in testProviderUpdatesReceived() local 211 int widgetId = setupHostAndWidget(); in testProviderUpdatesNotReceived() local 223 int widgetId = setupHostAndWidget(); in testNoUpdatesReceived_queueEmpty() local 240 private void sendDummyUpdates(int widgetId, int... viewIds) { in sendDummyUpdates() 256 int widgetId = setupHostAndWidget(); in testNoUpdatesReceived_queueNonEmpty_noWidgetId() local 266 int widgetId = setupHostAndWidget(); in testUpdatesReceived_queueNotEmpty_widgetIdProvided() local 280 int widgetId = setupHostAndWidget(); in testUpdatesReceived_queueNotEmpty_widgetIdProvided2() local 304 int widgetId = setupHostAndWidget(); in testUpdatesReceived_queueNotEmpty_multipleWidgetIdProvided() local 318 int widgetId = setupHostAndWidget(); in testUpdatesReceived_queueEmptyAfterStartListening() local 400 int widgetId = mService.allocateAppWidgetId(mPkgName, HOST_ID); in bindNewWidget() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/communal/data/db/ |
D | CommunalWidgetDaoTest.kt | 70 val (widgetId, provider, priority) = widgetInfo1 in <lambda>() constant 83 val (widgetId, provider, priority) = widgetInfo1 in <lambda>() constant 98 val (widgetId, provider, priority) = it in <lambda>() constant 121 val (widgetId, provider, priority) = it in <lambda>() constant 147 val (widgetId, provider, priority) = it in <lambda>() constant 183 val (widgetId, provider, priority) = it in <lambda>() constant 265 val widgetId: Int, in <lambda>() constant in com.android.systemui.communal.data.db.CommunalWidgetDaoTest.FakeWidgetMetadata
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/widgets/ |
D | CommunalWidgetHostTest.kt | 106 val widgetId = 1 in allocateIdAndBindWidget_withCurrentUser() constant 132 val widgetId = 1 in allocateIdAndBindWidget_onSuccess() constant 155 val widgetId = 1 in allocateIdAndBindWidget_onFailure() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
D | PeopleSpaceActivity.kt | 44 val widgetId = in onCreate() constant
|
D | PeopleSpaceUtils.java | 128 int widgetId, String contactUriString) { in removeSharedPreferencesStorageForTile() 149 int widgetId, String storageKey) { in addAppWidgetIdForKey() 158 int widgetId, String storageKey) { in removeAppWidgetIdForKey()
|
D | PeopleBackupFollowUpJob.java | 210 int widgetId; in removeUnavailableShortcutsFromSharedStorage() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/data/db/ |
D | CommunalEntities.kt | 27 @ColumnInfo(name = "widget_id") val widgetId: Int, constant in com.android.systemui.communal.data.db.CommunalWidgetItem
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/ |
D | SharedPreferencesHelperTest.java | 49 private void setStorageForTile(PeopleTileKey peopleTileKey, int widgetId) { in setStorageForTile()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
D | PeopleSpaceWidgetPinnedReceiver.java | 68 int widgetId = intent.getIntExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, INVALID_WIDGET_ID); in onReceive() local
|
D | PeopleSpaceWidgetManager.java | 622 public Optional<PeopleSpaceTile> getAugmentedTileForExistingWidget(int widgetId, in getAugmentedTileForExistingWidget() 896 public void registerConversationListenerIfNeeded(int widgetId, PeopleTileKey key) { in registerConversationListenerIfNeeded() 921 private PeopleTileKey getKeyFromStorageByWidgetId(int widgetId) { in getKeyFromStorageByWidgetId()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ui/viewmodel/ |
D | PeopleViewModel.kt | 145 val widgetId = appWidgetId.value in PeopleViewModel() constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/communal/data/backup/ |
D | CommunalBackupUtilsTest.kt | 131 data class FakeWidgetMetadata(val widgetId: Int, val componentName: String, val rank: Int) in <lambda>() constant in com.android.systemui.communal.data.backup.CommunalBackupUtilsTest.FakeWidgetMetadata
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/ |
D | PeopleSpaceWidgetManagerTest.java | 1642 private void addTileForWidget(PeopleSpaceTile tile, int widgetId) throws Exception { in addTileForWidget() 1643 setStorageForTile(tile.getId(), tile.getPackageName(), widgetId, tile.getContactUri()); in addTileForWidget() local 1759 private void setStorageForTile(String shortcutId, String packageName, int widgetId, in setStorageForTile()
|
/frameworks/base/core/java/android/widget/ |
D | RemoteViewsAdapter.java | 806 final int widgetId; field in RemoteViewsAdapter.RemoteViewsCacheKey 808 RemoteViewsCacheKey(Intent.FilterComparison filter, int widgetId) { in RemoteViewsCacheKey()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/data/repository/ |
D | CommunalWidgetRepository.kt | 270 widgetsToRemove.forEach { widgetId -> in restoreWidgets() method
|
/frameworks/base/core/java/android/appwidget/ |
D | AppWidgetManager.java | 863 final int widgetId = appWidgetIds[i]; in notifyCollectionWidgetChange() local
|