/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/ |
H A D | AppWidgetServiceImplTest.java | 198 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
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/communal/data/db/ |
H A D | CommunalWidgetDaoTest.kt | 71 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
|
H A D | CommunalDatabaseMigrationsTest.kt | 390 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
|
/aosp_15_r20/frameworks/base/core/java/android/app/jank/ |
H A D | StateTracker.java | 70 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()
|
H A D | JankTracker.java | 115 public void addUiState(String widgetCategory, String widgetId, String widgetState) { in addUiState() 128 public void removeUiState(String widgetCategory, String widgetId, String widgetState) { in removeUiState() 141 public void updateUiState(String widgetCategory, String widgetId, String currentState, in updateUiState()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/widgets/ |
H A D | CommunalWidgetHostTest.kt | 108 val widgetId = 1 in allocateIdAndBindWidget_withCurrentUser() constant 134 val widgetId = 1 in allocateIdAndBindWidget_onSuccess() constant 157 val widgetId = 1 in allocateIdAndBindWidget_onFailure() constant
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/communal/data/db/ |
D | CommunalWidgetDao.java | 49 public abstract long insertWidget(int widgetId, @org.jetbrains.annotations.NotNull() in insertWidget() 80 public default long addWidget(int widgetId, @org.jetbrains.annotations.NotNull() in addWidget() 88 public default long addWidget(int widgetId, @org.jetbrains.annotations.NotNull() in addWidget() 96 public default boolean deleteWidgetById(int widgetId) { in deleteWidgetById()
|
D | CommunalWidgetItem.java | 17 private final int widgetId = 0; field in CommunalWidgetItem 68 public CommunalWidgetItem(long uid, int widgetId, @org.jetbrains.annotations.NotNull() in CommunalWidgetItem() 166 …m.android.systemui.communal.data.db.CommunalWidgetItem copy(long uid, int widgetId, @org.jetbrains… in copy()
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowAppWidgetManagerTest.java | 63 int widgetId = in createWidget_shouldInflateViewAndAssignId() local 73 int widgetId = in getViewFor_shouldReturnSameViewEveryTimeForGivenWidgetId() local 84 int widgetId = in createWidget_shouldAllowForMultipleInstancesOfWidgets() local 102 int widgetId = in shouldReplaceLayoutIfAndOnlyIfLayoutIdIsDifferent() local 393 int widgetId = in updateAppWidgetOptions_triggersOnAppWidgetOptionsUpdated() local
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/ |
H A D | WidgetCtsProvider.java | 80 int widgetId = (Integer) intent.getExtras().getInt(AppWidgetManager.EXTRA_APPWIDGET_ID, in onReceive() local 111 Bundle getAppWidgetOptions(AppWidgetManager mgr, int widgetId) { in getAppWidgetOptions() 118 void gotoNextTest(int widgetId) { in gotoNextTest() 162 private TextData getInstruction(int state, Bundle options, int widgetId) { in getInstruction()
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
H A D | PolicyTransparencyTestActivity.java | 157 int widgetId = 0; in updateTestInstructions() local 183 private void updateWidget(int widgetId) { in updateWidget() 287 public final int widgetId; field in PolicyTransparencyTestActivity.PolicyTestItem 290 public PolicyTestItem(int setStep, int userAction, int widgetLabel, int widgetId, in PolicyTestItem()
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | AddItemActivity.java | 370 private void acceptWidget(int widgetId) { in acceptWidget() 372 .queueItem(mRequest.getAppWidgetProviderInfo(this), widgetId); in acceptWidget() local 397 int widgetId = data != null in onActivityResult() local
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | ItemInstallQueue.java | 174 public void queueItem(AppWidgetProviderInfo info, int widgetId) { in queueItem() 267 public PendingInstallShortcutInfo(AppWidgetProviderInfo info, int widgetId) { in PendingInstallShortcutInfo() 386 int widgetId = intent.getIntExtra(EXTRA_APPWIDGET_ID, 0); in decode() local
|
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
D | QuickstepWidgetHolder.java | 114 int widgetId = mPendingUpdateMap.keyAt(i); in updateDeferredView() local 132 private <T> void onWidgetUpdate(int widgetId, UpdateKey<T> key, T data) { in onWidgetUpdate() 288 QuickstepWidgetHolderListener(int widgetId) { in QuickstepWidgetHolderListener()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
H A D | PeopleSpaceActivity.kt | 44 val widgetId = in onCreate() constant
|
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()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/communal/widgets/ |
D | CommunalWidgetHost.java | 95 …private final boolean bindWidget(int widgetId, android.os.UserHandle user, android.content.Compone… in bindWidget() 101 public final android.appwidget.AppWidgetProviderInfo getAppWidgetInfo(int widgetId) { in getAppWidgetInfo()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/data/repository/ |
H A D | CommunalWidgetRepositoryLocalImplTest.kt | 860 val widgetId = 1 in updateWidgetSpanY_updatesWidgetInDaoAndRequestsBackup_fixed() constant 876 val widgetId = 1 in updateWidgetSpanY_updatesWidgetInDaoAndRequestsBackup_responsive() constant
|
/aosp_15_r20/packages/apps/Launcher3/tests/src/com/android/launcher3/celllayout/testgenerator/ |
D | ValidGridMigrationTestCaseGenerator.kt | 38 val widgetId = AtomicInteger(LauncherAppWidgetInfo.CUSTOM_WIDGET_ID - 1) in <lambda>() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ui/viewmodel/ |
H A D | PeopleViewModel.kt | 145 val widgetId = appWidgetId.value in PeopleViewModel() constant
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | LauncherWidgetHolder.java | 221 public void startConfigActivity(@NonNull BaseDraggingActivity activity, int widgetId, in startConfigActivity() 249 int widgetId) { in getConfigurationActivityOptions()
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/qsb/ |
D | QsbContainerView.java | 209 int widgetId = LauncherPrefs.getPrefs(context).getInt(mKeyWidgetId, -1); in createQsb() local 252 private void saveWidgetId(int widgetId) { in saveWidgetId()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
H A D | PeopleSpaceWidgetManager.java | 635 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()
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowAppWidgetManager.java | 376 public View getViewFor(int widgetId) { in getViewFor() 384 public AppWidgetProvider getAppWidgetProviderFor(int widgetId) { in getAppWidgetProviderFor()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/people/data/repository/ |
D | PeopleWidgetRepository.java | 17 public abstract void setWidgetTile(int widgetId, @org.jetbrains.annotations.NotNull() in setWidgetTile()
|