Home
last modified time | relevance | path

Searched refs:newOptions (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/internal/property/
DSubscriptionManagerUnitTest.java100 List<CarSubscription> newOptions = List.of( in testStageNewOptions_UpdateRateChangedToLowerRate() local
103 mSubscriptionManager.stageNewOptions(mClient1, newOptions); in testStageNewOptions_UpdateRateChangedToLowerRate()
111 expectThat(outDiffSubscribeOptions).containsExactlyElementsIn(newOptions); in testStageNewOptions_UpdateRateChangedToLowerRate()
136 List<CarSubscription> newOptions = List.of( in testStageNewOptions_resolutionChangedToDifferentValue() local
140 mSubscriptionManager.stageNewOptions(mClient2, newOptions); in testStageNewOptions_resolutionChangedToDifferentValue()
146 expectThat(outDiffSubscribeOptions).containsExactlyElementsIn(newOptions); in testStageNewOptions_resolutionChangedToDifferentValue()
205 List<CarSubscription> newOptions = List.of( in testDiffBetweenCurrentAndStage_simpleAdd() local
209 mSubscriptionManager.stageNewOptions(mClient1, newOptions); in testDiffBetweenCurrentAndStage_simpleAdd()
217 expectThat(outDiffSubscribeOptions).containsExactlyElementsIn(newOptions); in testDiffBetweenCurrentAndStage_simpleAdd()
222 List<CarSubscription> newOptions = List.of( in testDiffBetweenCurrentAndStage_simpleRemove() local
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetInflater.kt125 val newOptions = item.bindOptions.extras in inflateAppWidget() constant
127 newOptions!!.putAll(options) in inflateAppWidget()
129 options = newOptions in inflateAppWidget()
DPendingAppWidgetHostView.java258 public void updateAppWidgetSize(Bundle newOptions, int minWidth, int minHeight, int maxWidth, in updateAppWidgetSize() argument
264 public void updateAppWidgetSize(Bundle newOptions, List<SizeF> sizes) { in updateAppWidgetSize() argument
/packages/apps/Messaging/src/com/android/messaging/widget/
DBaseWidgetProvider.java159 int appWidgetId, Bundle newOptions) { in onAppWidgetOptionsChanged() argument
168 super.onAppWidgetOptionsChanged(context, appWidgetManager, appWidgetId, newOptions); in onAppWidgetOptionsChanged()