Searched refs:handleNullAndPropertyStatus (Results 1 – 1 of 1) sorted by relevance
/packages/services/Car/car-lib/src/android/car/hardware/property/ |
D | CarPropertyManager.java | 2255 return handleNullAndPropertyStatus(carProp, areaId, false); in getBooleanProperty() 2283 return handleNullAndPropertyStatus(carProp, areaId, 0f); in getFloatProperty() 2311 return handleNullAndPropertyStatus(carProp, areaId, 0); in getIntProperty() 2340 Integer[] res = handleNullAndPropertyStatus(carProp, areaId, new Integer[0]); in getIntArrayProperty() 2353 private <T> T handleNullAndPropertyStatus(CarPropertyValue<T> propertyValue, int areaId, in handleNullAndPropertyStatus() method in CarPropertyManager
|