Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/internal/property/
DCarPropertyEventCallbackControllerUnitTest.java465 assertThat(mCarPropertyEventCallbackController.getSubscribedProperties()).asList() in testGetSubscribedProperties_noProperties()
473 assertThat(mCarPropertyEventCallbackController.getSubscribedProperties()).asList() in testGetSubscribedProperties_onePropertyAdded()
481 assertThat(mCarPropertyEventCallbackController.getSubscribedProperties()).asList() in testGetSubscribedProperties_onePropertyAddedThenRemoved()
484 assertThat(mCarPropertyEventCallbackController.getSubscribedProperties()).asList() in testGetSubscribedProperties_onePropertyAddedThenRemoved()
/packages/services/Car/service/src/com/android/car/property/
DCarPropertyServiceClient.java146 for (int propertyId : getSubscribedProperties()) { in binderDied()
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DCarPropertyEventController.java148 public int[] getSubscribedProperties() { in getSubscribedProperties() method in CarPropertyEventController
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java1773 propertyIds = cpeCallbackController.getSubscribedProperties(); in unsubscribePropertyEvents()
1808 propertyIds = cpeCallbackController.getSubscribedProperties(); in unregisterCallback()