Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/
DAppWidgetServiceImplTest.java194 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/
DCommunalWidgetDaoTest.kt70 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/
DCommunalWidgetHostTest.kt106 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/
DPeopleSpaceActivity.kt44 val widgetId = in onCreate() constant
DPeopleSpaceUtils.java128 int widgetId, String contactUriString) { in removeSharedPreferencesStorageForTile()
149 int widgetId, String storageKey) { in addAppWidgetIdForKey()
158 int widgetId, String storageKey) { in removeAppWidgetIdForKey()
DPeopleBackupFollowUpJob.java210 int widgetId; in removeUnavailableShortcutsFromSharedStorage() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/data/db/
DCommunalEntities.kt27 @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/
DSharedPreferencesHelperTest.java49 private void setStorageForTile(PeopleTileKey peopleTileKey, int widgetId) { in setStorageForTile()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetPinnedReceiver.java68 int widgetId = intent.getIntExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, INVALID_WIDGET_ID); in onReceive() local
DPeopleSpaceWidgetManager.java622 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/
DPeopleViewModel.kt145 val widgetId = appWidgetId.value in PeopleViewModel() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/communal/data/backup/
DCommunalBackupUtilsTest.kt131 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/
DPeopleSpaceWidgetManagerTest.java1642 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/
DRemoteViewsAdapter.java806 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/
DCommunalWidgetRepository.kt270 widgetsToRemove.forEach { widgetId -> in restoreWidgets() method
/frameworks/base/core/java/android/appwidget/
DAppWidgetManager.java863 final int widgetId = appWidgetIds[i]; in notifyCollectionWidgetChange() local