Home
last modified time | relevance | path

Searched refs:diffBetweenCurrentAndStage (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/internal/property/
DSubscriptionManagerUnitTest.java107 mSubscriptionManager.diffBetweenCurrentAndStage(outDiffSubscribeOptions, in testStageNewOptions_UpdateRateChangedToLowerRate()
130 mSubscriptionManager.diffBetweenCurrentAndStage(outDiffSubscribeOptions, in testStageNewOptions_resolutionChangedToDifferentValue()
142 mSubscriptionManager.diffBetweenCurrentAndStage(outDiffSubscribeOptions, in testStageNewOptions_resolutionChangedToDifferentValue()
213 mSubscriptionManager.diffBetweenCurrentAndStage(outDiffSubscribeOptions, in testDiffBetweenCurrentAndStage_simpleAdd()
233 mSubscriptionManager.diffBetweenCurrentAndStage(outDiffSubscribeOptions, in testDiffBetweenCurrentAndStage_simpleRemove()
257 mSubscriptionManager.diffBetweenCurrentAndStage(outDiffSubscribeOptions, in testDiffBetweenCurrentAndStage_updatedRate()
285 mSubscriptionManager.diffBetweenCurrentAndStage(outDiffSubscribeOptions, in testDiffBetweenCurrentAndStage_updatedResolution()
307 mSubscriptionManager.diffBetweenCurrentAndStage(outDiffSubscribeOptions, in testDiffBetweenCurrentAndStage_updateRateChangedToLowerRate()
330 mSubscriptionManager.diffBetweenCurrentAndStage(outDiffSubscribeOptions, in testDiffBetweenCurrentAndStage_resolutionChangedToDifferentValue()
342 mSubscriptionManager.diffBetweenCurrentAndStage(outDiffSubscribeOptions, in testDiffBetweenCurrentAndStage_resolutionChangedToDifferentValue()
[all …]
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DSubscriptionManager.java412 public void diffBetweenCurrentAndStage(List<CarSubscription> outDiffSubscriptions, in diffBetweenCurrentAndStage() method in SubscriptionManager
/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java527 mSubscriptionManager.diffBetweenCurrentAndStage(/* out */ filteredSubscriptions, in applyStagedChangesLocked()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java1421 mSubManager.diffBetweenCurrentAndStage(diffSubscribeOptions, propIdsToUnsubscribe); in updateSubscriptionRateLocked()
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java1660 mSubscriptionManager.diffBetweenCurrentAndStage(updatedCarSubscriptions, in applySubscriptionChangesLocked()