Home
last modified time | relevance | path

Searched refs:addOnChangeProperty (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/internal/property/
DCarPropertyEventCallbackControllerUnitTest.java209 mCarPropertyEventCallbackController.addOnChangeProperty( in testOnEvent_changeEvent_forwardsToCallback()
222 mCarPropertyEventCallbackController.addOnChangeProperty( in testOnEvent_changeEvent_forwardsMultipleEvents()
224 mCarPropertyEventCallbackController.addOnChangeProperty( in testOnEvent_changeEvent_forwardsMultipleEvents()
241 mCarPropertyEventCallbackController.addOnChangeProperty( in testOnEvent_changeEvent_skipsStaleCarPropertyValues()
275 mCarPropertyEventCallbackController.addOnChangeProperty( in testOnEvent_changeEvent_forwardsFreshCarPropertyValues()
314 mCarPropertyEventCallbackController.addOnChangeProperty( in testOnEvent_changeEvent_forwardsStaleCarPropertyValuesWithDifferentAreaId()
345 mCarPropertyEventCallbackController.addOnChangeProperty( in testOnEvent_errorEvent_forwardsToCallback()
360 mCarPropertyEventCallbackController.addOnChangeProperty( in testOnEvent_errorEvent_forwardsToMultipleProperties()
362 mCarPropertyEventCallbackController.addOnChangeProperty( in testOnEvent_errorEvent_forwardsToMultipleProperties()
383 mCarPropertyEventCallbackController.addOnChangeProperty( in testOnEvent_unknownEventType()
[all …]
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/property/
DCarPropertyServiceClientUnitTest.java213 mCarPropertyServiceClient.addOnChangeProperty(FIRST_PROPERTY_ID, REGISTERED_AREA_IDS); in testOnEvent_listenerCalledForErrorEvents()
225 mCarPropertyServiceClient.addOnChangeProperty(FIRST_PROPERTY_ID, REGISTERED_AREA_IDS); in testOnEvent_listenerCalledForChangeEvents()
237 mCarPropertyServiceClient.addOnChangeProperty(FIRST_PROPERTY_ID, REGISTERED_AREA_IDS); in testOnEvent_listenerCalledForMultipleProperties()
238 mCarPropertyServiceClient.addOnChangeProperty(SECOND_PROPERTY_ID, REGISTERED_AREA_IDS); in testOnEvent_listenerCalledForMultipleProperties()
252 mCarPropertyServiceClient.addOnChangeProperty(FIRST_PROPERTY_ID, REGISTERED_AREA_IDS); in testOnEvent_listenerNotCalledForStaleCarPropertyValues()
285 mCarPropertyServiceClient.addOnChangeProperty(FIRST_PROPERTY_ID, REGISTERED_AREA_IDS); in testOnEvent_listenerCalledForFreshCarPropertyValues()
322 mCarPropertyServiceClient.addOnChangeProperty(FIRST_PROPERTY_ID, REGISTERED_AREA_IDS); in testOnEvent_listenerCalledForCarPropertyValuesWithDifferentPropertyId()
323 mCarPropertyServiceClient.addOnChangeProperty(SECOND_PROPERTY_ID, REGISTERED_AREA_IDS); in testOnEvent_listenerCalledForCarPropertyValuesWithDifferentPropertyId()
342 mCarPropertyServiceClient.addOnChangeProperty(FIRST_PROPERTY_ID, REGISTERED_AREA_IDS); in testOnEvent_listenerCalledForCarPropertyValuesWithDifferentAreaId()
/packages/services/Car/service/src/com/android/car/property/
DCarPropertyServiceClient.java98 public void addOnChangeProperty(int propertyId, int[] areaIds) { in addOnChangeProperty() method in CarPropertyServiceClient
105 super.addOnChangeProperty(propertyId, areaIds); in addOnChangeProperty()
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DCarPropertyEventController.java91 public void addOnChangeProperty(int propertyId, int[] areaIds) { in addOnChangeProperty() method in CarPropertyEventController
/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java476 client.addOnChangeProperty(option.propertyId, option.areaIds); in registerListener()
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java1585 cpeCallbackController.addOnChangeProperty(propertyId, areaIds); in subscribePropertyEventsInternal()