Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/
DAppWidgetServiceImplTest.java198 int widgetId = setupHostAndWidget(); in testProviderUpdatesReceived() local
215 int widgetId = setupHostAndWidget(); in testProviderUpdatesNotReceived() local
227 int widgetId = setupHostAndWidget(); in testNoUpdatesReceived_queueEmpty() local
244 private void sendDummyUpdates(int widgetId, int... viewIds) { in sendDummyUpdates()
260 int widgetId = setupHostAndWidget(); in testNoUpdatesReceived_queueNonEmpty_noWidgetId() local
270 int widgetId = setupHostAndWidget(); in testUpdatesReceived_queueNotEmpty_widgetIdProvided() local
284 int widgetId = setupHostAndWidget(); in testUpdatesReceived_queueNotEmpty_widgetIdProvided2() local
308 int widgetId = setupHostAndWidget(); in testUpdatesReceived_queueNotEmpty_multipleWidgetIdProvided() local
322 int widgetId = setupHostAndWidget(); in testUpdatesReceived_queueEmptyAfterStartListening() local
491 int widgetId = mService.allocateAppWidgetId(mPkgName, HOST_ID); in bindNewWidget() local
/frameworks/base/core/java/android/app/jank/
DStateTracker.java70 public void updateState(@NonNull String widgetCategory, @NonNull String widgetId, in updateState()
86 public void removeState(@NonNull String widgetCategory, @NonNull String widgetId, in removeState()
114 public void putState(@NonNull String widgetCategory, @NonNull String widgetId, in putState()
187 public String getStateKey(String widgetCategory, String widgetId, String widgetState) { in getStateKey()
DJankTracker.java179 public void addUiState(String widgetCategory, String widgetId, String widgetState) { in addUiState()
193 public void removeUiState(String widgetCategory, String widgetId, String widgetState) { in removeUiState()
207 public void updateUiState(String widgetCategory, String widgetId, String currentState, in updateUiState()
DAppJankStats.java180 public AppJankStats(int appUid, @NonNull String widgetId, @Nullable String navigationComponent, in AppJankStats()
DJankDataProcessor.java403 public void setWidgetId(String widgetId) { in setWidgetId()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/communal/data/db/
DCommunalWidgetDaoTest.kt71 val (widgetId, provider, rank, userSerialNumber, spanY) = widgetInfo1 in <lambda>() constant
86 val (widgetId, provider, rank, userSerialNumber, spanY) = widgetInfo1 in <lambda>() constant
103 val (widgetId, provider, rank, userSerialNumber, spanY) = it in <lambda>() constant
132 val (widgetId, provider, _, userSerialNumber, spanY) = it in <lambda>() constant
160 val (widgetId, provider, rank, userSerialNumber, spanY) = it in <lambda>() constant
188 val (widgetId, provider, rank, userSerialNumber, spanY) = it in <lambda>() constant
226 val (widgetId, provider, rank, userSerialNumber, spanY) = it in <lambda>() constant
387 val widgetId: Int, in <lambda>() constant in com.android.systemui.communal.data.db.CommunalWidgetDaoTest.FakeWidgetMetadata
DCommunalDatabaseMigrationsTest.kt390 val widgetId: Int, in <lambda>() constant in com.android.systemui.communal.data.db.CommunalDatabaseMigrationsTest.FakeCommunalWidgetItemV1
396 val widgetId: Int, in <lambda>() constant in com.android.systemui.communal.data.db.CommunalDatabaseMigrationsTest.FakeCommunalWidgetItemV2
407 val widgetId: Int, in <lambda>() constant in com.android.systemui.communal.data.db.CommunalDatabaseMigrationsTest.FakeCommunalWidgetItemV3
414 val widgetId: Int, in <lambda>() constant in com.android.systemui.communal.data.db.CommunalDatabaseMigrationsTest.FakeCommunalWidgetItemV4
434 val widgetId: Int, in <lambda>() constant in com.android.systemui.communal.data.db.CommunalDatabaseMigrationsTest.FakeCommunalWidgetItemV5
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/widgets/
DCommunalWidgetHostTest.kt103 val widgetId = 1 in allocateIdAndBindWidget_withCurrentUser() constant
128 val widgetId = 1 in allocateIdAndBindWidget_onSuccess() constant
151 val widgetId = 1 in allocateIdAndBindWidget_onFailure() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleSpaceActivity.kt47 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/multivalentTests/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.java635 public Optional<PeopleSpaceTile> getAugmentedTileForExistingWidget(int widgetId, in getAugmentedTileForExistingWidget()
918 public void registerConversationListenerIfNeeded(int widgetId, PeopleTileKey key) { in registerConversationListenerIfNeeded()
943 private PeopleTileKey getKeyFromStorageByWidgetId(int widgetId) { in getKeyFromStorageByWidgetId()
/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/src/com/android/systemui/people/ui/viewmodel/
DPeopleViewModel.kt145 val widgetId = appWidgetId.value in PeopleViewModel() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/data/repository/
DCommunalWidgetRepositoryLocalImplTest.kt860 val widgetId = 1 in updateWidgetSpanY_updatesWidgetInDaoAndRequestsBackup_fixed() constant
876 val widgetId = 1 in updateWidgetSpanY_updatesWidgetInDaoAndRequestsBackup_responsive() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/communal/data/backup/
DCommunalBackupUtilsTest.kt155 val widgetId: 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.java811 final int widgetId; field in RemoteViewsAdapter.RemoteViewsCacheKey
813 RemoteViewsCacheKey(Intent.FilterComparison filter, int widgetId) { in RemoteViewsCacheKey()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/data/repository/
DCommunalWidgetRepository.kt394 widgetsToRemove.forEach { widgetId -> in restoreWidgets() method
/frameworks/base/core/java/android/appwidget/
DAppWidgetManager.java949 final int widgetId = appWidgetIds[i]; in notifyCollectionWidgetChange() local