Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyEvent.java33 public static final int PROPERTY_EVENT_ERROR = 1; field in CarPropertyEvent
122 CarPropertyEvent event = new CarPropertyEvent(PROPERTY_EVENT_ERROR, valueWithErrorCode, in createErrorEventWithErrorCode()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarPropertyEventTest.java75 CarPropertyEvent.PROPERTY_EVENT_ERROR); in testCreateErrorEvent()
116 int differentEventType = CarPropertyEvent.PROPERTY_EVENT_ERROR; in equals_returnsFalseForDifferentEventTypes()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/internal/property/
DCarPropertyEventCallbackControllerUnitTest.java336 new CarPropertyEvent(CarPropertyEvent.PROPERTY_EVENT_ERROR, carPropertyValue)); in testOnEvent_errorEvent_doesNothingIfNoPropertiesAdded()
348 new CarPropertyEvent(CarPropertyEvent.PROPERTY_EVENT_ERROR, in testOnEvent_errorEvent_forwardsToCallback()
365 new CarPropertyEvent(CarPropertyEvent.PROPERTY_EVENT_ERROR, in testOnEvent_errorEvent_forwardsToMultipleProperties()
369 new CarPropertyEvent(CarPropertyEvent.PROPERTY_EVENT_ERROR, in testOnEvent_errorEvent_forwardsToMultipleProperties()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/property/
DCarPropertyServiceClientUnitTest.java18 import static android.car.hardware.property.CarPropertyEvent.PROPERTY_EVENT_ERROR;
203 new CarPropertyEvent(PROPERTY_EVENT_ERROR, ERROR_CAR_PROPERTY_VALUE)); in testOnEvent_listenerNotCalledIfBinderDead()
215 new CarPropertyEvent(PROPERTY_EVENT_ERROR, ERROR_CAR_PROPERTY_VALUE)); in testOnEvent_listenerCalledForErrorEvents()
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DCarPropertyEventCallbackController.java75 case CarPropertyEvent.PROPERTY_EVENT_ERROR: in onEvent()
DCarPropertyEventController.java172 if (carPropertyEvent.getEventType() == CarPropertyEvent.PROPERTY_EVENT_ERROR) { in getCarPropertyValueIfCallbackRequired()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/evs/
DCarEvsServiceUnitTest.java30 import static android.car.hardware.property.CarPropertyEvent.PROPERTY_EVENT_ERROR;
739 CarPropertyEvent event = new CarPropertyEvent(PROPERTY_EVENT_ERROR, in testNonPropertyChangeEvent()
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis_release_33.2.txt381 android.car.hardware.property CarPropertyEvent int PROPERTY_EVENT_ERROR
Dcar_hidden_apis_release_33.1.txt381 android.car.hardware.property CarPropertyEvent int PROPERTY_EVENT_ERROR
Dcar_hidden_apis.txt474 android.car.hardware.property CarPropertyEvent int PROPERTY_EVENT_ERROR
Dcar_hidden_apis_release_33.3.txt420 android.car.hardware.property CarPropertyEvent int PROPERTY_EVENT_ERROR
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyManagerUnitTest.java188 CarPropertyEvent.PROPERTY_EVENT_ERROR, value, in createErrorCarPropertyEventList()
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt1631 field TIRAMISU_0 int PROPERTY_EVENT_ERROR = 1;