Home
last modified time | relevance | path

Searched refs:outPropertyIdsToUnsubscribe (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/internal/property/
DSubscriptionManagerUnitTest.java106 List<Integer> outPropertyIdsToUnsubscribe = new ArrayList<>(); in testStageNewOptions_UpdateRateChangedToLowerRate() local
108 outPropertyIdsToUnsubscribe); in testStageNewOptions_UpdateRateChangedToLowerRate()
110 expectThat(outPropertyIdsToUnsubscribe).isEmpty(); in testStageNewOptions_UpdateRateChangedToLowerRate()
129 List<Integer> outPropertyIdsToUnsubscribe = new ArrayList<>(); in testStageNewOptions_resolutionChangedToDifferentValue() local
131 outPropertyIdsToUnsubscribe); in testStageNewOptions_resolutionChangedToDifferentValue()
133 expectThat(outPropertyIdsToUnsubscribe).isEmpty(); in testStageNewOptions_resolutionChangedToDifferentValue()
143 outPropertyIdsToUnsubscribe); in testStageNewOptions_resolutionChangedToDifferentValue()
145 expectThat(outPropertyIdsToUnsubscribe).isEmpty(); in testStageNewOptions_resolutionChangedToDifferentValue()
211 List<Integer> outPropertyIdsToUnsubscribe = new ArrayList<>(); in testDiffBetweenCurrentAndStage_simpleAdd() local
214 outPropertyIdsToUnsubscribe); in testDiffBetweenCurrentAndStage_simpleAdd()
[all …]
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DSubscriptionManager.java413 List<Integer> outPropertyIdsToUnsubscribe) { in diffBetweenCurrentAndStage() argument
465 outPropertyIdsToUnsubscribe.add(possiblePropIdToUnsubscribe); in diffBetweenCurrentAndStage()