Searched refs:diffBetweenCurrentAndStage (Results 1 – 5 of 5) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/internal/property/ |
D | SubscriptionManagerUnitTest.java | 107 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/ |
D | SubscriptionManager.java | 412 public void diffBetweenCurrentAndStage(List<CarSubscription> outDiffSubscriptions, in diffBetweenCurrentAndStage() method in SubscriptionManager
|
/packages/services/Car/service/src/com/android/car/ |
D | CarPropertyService.java | 527 mSubscriptionManager.diffBetweenCurrentAndStage(/* out */ filteredSubscriptions, in applyStagedChangesLocked()
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | PropertyHalService.java | 1421 mSubManager.diffBetweenCurrentAndStage(diffSubscribeOptions, propIdsToUnsubscribe); in updateSubscriptionRateLocked()
|
/packages/services/Car/car-lib/src/android/car/hardware/property/ |
D | CarPropertyManager.java | 1660 mSubscriptionManager.diffBetweenCurrentAndStage(updatedCarSubscriptions, in applySubscriptionChangesLocked()
|