Searched refs:getSubscribedProperties (Results 1 – 4 of 4) sorted by relevance
465 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()
146 for (int propertyId : getSubscribedProperties()) { in binderDied()
148 public int[] getSubscribedProperties() { in getSubscribedProperties() method in CarPropertyEventController
1773 propertyIds = cpeCallbackController.getSubscribedProperties(); in unsubscribePropertyEvents()1808 propertyIds = cpeCallbackController.getSubscribedProperties(); in unregisterCallback()