Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/car-lib/src/android/car/hardware/property/
H A DCarPropertyEvent.java108 public static CarPropertyEvent createErrorEventWithErrorCode(int propertyId, int areaId, in createErrorEventWithErrorCode() method in CarPropertyEvent
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarPropertyEventTest.java58 .createErrorEventWithErrorCode(FAKE_PROPERTY_ID, FAKE_AREA_ID, in testCreateErrorEvent()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarPropertyService.java606 CarPropertyEvent.createErrorEventWithErrorCode(property, areaId, in dispatchToLastClient()