This is the complete list of members for CarService, including all inherited members.
close() | CarService | |
getAreaId(int propertyId, int area) | CarService | |
getBooleanProperty(int propertyId, int areaId, boolean defaultValue) | CarService | |
getFloatProperty(int propertyId, int areaId, float defaultValue) | CarService | |
getIntegerArrayProperty(int propertyId, int areaId, Integer[] defaultValue) | CarService | |
getIntProperty(int propertyId, int areaId, int defaultValue) | CarService | |
getStringProperty(int propertyId, int areaId, String defaultValue) | CarService | |
isPropertyAvailable(int propertyId, int areaId) | CarService | |
setBooleanProperty(int propertyId, int areaId, boolean value) | CarService | |
setFloatProperty(int propertyId, int areaId, float value) | CarService | |
setIntegerArrayProperty(int propertyId, int areaId, Integer[] value) | CarService | |
setIntProperty(int propertyId, int areaId, int value) | CarService | |
setStringProperty(int propertyId, int areaId, String value) | CarService | |
subscribeToPropertyValueChanges(int propertyId, CarPropertyChangeCallback callback) | CarService | |
unsubscribeFromPropertyValueChanges(int propertyId, CarPropertyChangeCallback callback) | CarService |