Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/car-lib/src/android/car/hardware/property/
H A DCarPropertyManager.java730 return handleCarServiceSpecificException(e.errorCode, propId, areaId, null); in getProperty()
790 return handleCarServiceSpecificException(e.errorCode, propId, areaId, null); in getProperty()
864 handleCarServiceSpecificException(e.errorCode, propId, areaId, null); in setProperty()
912 private <T> T handleCarServiceSpecificException(int errorCode, int propId, int areaId, in handleCarServiceSpecificException() method in CarPropertyManager