Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/car-lib/src/android/car/hardware/property/
H A DCarPropertyEvent.java110 CarPropertyValue<Integer> valueWithErrorCode = new CarPropertyValue<>(propertyId, areaId, in createErrorEventWithErrorCode() local
112 CarPropertyEvent event = new CarPropertyEvent(PROPERTY_EVENT_ERROR, valueWithErrorCode, in createErrorEventWithErrorCode()