Home
last modified time | relevance | path

Searched refs:setGlobalProperty (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarVendorExtensionManagerTest.java153 mManager.setGlobalProperty(Integer.class, CUSTOM_GLOBAL_INT_PROP_ID, value); in testIntGlobalProperty()
218 mManager.setGlobalProperty( in testLargeStringProperty()
234 mManager.setGlobalProperty( in testStringProperty()
249 mManager.setGlobalProperty( in testLongProperty()
265 mManager.setGlobalProperty( in testIntArrayProperty()
279 mManager.setGlobalProperty( in testLongArrayProperty()
/packages/services/Car/car-lib/src/android/car/hardware/
DCarVendorExtensionManager.java185 public <E> void setGlobalProperty(Class<E> propertyClass, int propId, E value) { in setGlobalProperty() method in CarVendorExtensionManager
/packages/services/Car/car-lib/api/
Dsystem-lint-baseline.txt458 MissingNullability: android.car.hardware.CarVendorExtensionManager#setGlobalProperty(Class<E>, int,…
459 Missing nullability on parameter `propertyClass` in method `setGlobalProperty`
2504 UnflaggedApi: android.car.hardware.CarVendorExtensionManager#setGlobalProperty(Class<E>, int, E):
2505 … @FlaggedApi: method android.car.hardware.CarVendorExtensionManager.setGlobalProperty(Class<E>,int…
Dsystem-current.txt1082 method @Deprecated public <E> void setGlobalProperty(Class<E>, int, E);
Dtest-current.txt1155 method @Deprecated public <E> void setGlobalProperty(Class<E>, int, E);
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt1213 method TIRAMISU_0 void setGlobalProperty(Class<E> propertyClass, int propId, E value);
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt1082 method @Deprecated public <E> void setGlobalProperty(Class<E>, int, E);