Searched refs:addOnChangeProperty (Results 1 – 6 of 6) sorted by relevance
209 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 …]
213 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()
98 public void addOnChangeProperty(int propertyId, int[] areaIds) { in addOnChangeProperty() method in CarPropertyServiceClient105 super.addOnChangeProperty(propertyId, areaIds); in addOnChangeProperty()
91 public void addOnChangeProperty(int propertyId, int[] areaIds) { in addOnChangeProperty() method in CarPropertyEventController
476 client.addOnChangeProperty(option.propertyId, option.areaIds); in registerListener()
1585 cpeCallbackController.addOnChangeProperty(propertyId, areaIds); in subscribePropertyEventsInternal()