Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyEvent.java84 public static CarPropertyEvent createErrorEvent(int propertyId, int areaId) { in createErrorEvent() method in CarPropertyEvent
/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java398 eventList.add(CarPropertyEvent.createErrorEvent(property, area)); in onPropertySetError()