Searched refs:PROPERTY_EVENT_ERROR (Results 1 – 13 of 13) sorted by relevance
/packages/services/Car/car-lib/src/android/car/hardware/property/ |
D | CarPropertyEvent.java | 33 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/ |
D | CarPropertyEventTest.java | 75 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/ |
D | CarPropertyEventCallbackControllerUnitTest.java | 336 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/ |
D | CarPropertyServiceClientUnitTest.java | 18 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/ |
D | CarPropertyEventCallbackController.java | 75 case CarPropertyEvent.PROPERTY_EVENT_ERROR: in onEvent()
|
D | CarPropertyEventController.java | 172 if (carPropertyEvent.getEventType() == CarPropertyEvent.PROPERTY_EVENT_ERROR) { in getCarPropertyValueIfCallbackRequired()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/evs/ |
D | CarEvsServiceUnitTest.java | 30 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/ |
D | car_hidden_apis_release_33.2.txt | 381 android.car.hardware.property CarPropertyEvent int PROPERTY_EVENT_ERROR
|
D | car_hidden_apis_release_33.1.txt | 381 android.car.hardware.property CarPropertyEvent int PROPERTY_EVENT_ERROR
|
D | car_hidden_apis.txt | 474 android.car.hardware.property CarPropertyEvent int PROPERTY_EVENT_ERROR
|
D | car_hidden_apis_release_33.3.txt | 420 android.car.hardware.property CarPropertyEvent int PROPERTY_EVENT_ERROR
|
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/ |
D | CarPropertyManagerUnitTest.java | 188 CarPropertyEvent.PROPERTY_EVENT_ERROR, value, in createErrorCarPropertyEventList()
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_api_list.txt | 1631 field TIRAMISU_0 int PROPERTY_EVENT_ERROR = 1;
|