Home
last modified time | relevance | path

Searched defs:carPropertyErrorCodes (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyErrorCodesUnitTest.java41 CarPropertyErrorCodes carPropertyErrorCodes = in testCarPropertyErrorCodesStatusOkNoErrors() local
54 CarPropertyErrorCodes carPropertyErrorCodes = new CarPropertyErrorCodes( in testCarPropertyErrorCodesStatusInternalError() local
67 CarPropertyErrorCodes carPropertyErrorCodes = new CarPropertyErrorCodes( in testCarPropertyErrorCodesStatusNotAvailable() local
80 CarPropertyErrorCodes carPropertyErrorCodes = new CarPropertyErrorCodes( in testCarPropertyErrorCodesStatusNotAvailableSpeedLow() local
95 CarPropertyErrorCodes carPropertyErrorCodes = new CarPropertyErrorCodes( in testCarPropertyErrorCodesStatusNotAvailableVendorError() local
110 CarPropertyErrorCodes carPropertyErrorCodes = in testConvertHalToCarPropertyManagerErrorStatusOK() local
144 CarPropertyErrorCodes carPropertyErrorCodes = in testConvertHalToCarPropertyManagerErrorStatus() local
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DGetSetValueResult.java45 @NonNull CarPropertyErrorCodes carPropertyErrorCodes, long updateTimestampNanos) { in GetSetValueResult()
57 CarPropertyErrorCodes carPropertyErrorCodes = CarPropertyErrorCodes.STATUS_OK_NO_ERROR; in newGetValueResult() local
66 @NonNull CarPropertyErrorCodes carPropertyErrorCodes) { in newErrorResult()
76 CarPropertyErrorCodes carPropertyErrorCodes = CarPropertyErrorCodes.STATUS_OK_NO_ERROR; in newSetValueResult() local
85 @NonNull CarPropertyErrorCodes carPropertyErrorCodes) { in newErrorSetValueResult()
155 …CarPropertyErrorCodes carPropertyErrorCodes = (CarPropertyErrorCodes) in.readTypedObject(CarProper… in GetSetValueResult() local
DCarPropertyErrorCodes.java186 public static String toString(CarPropertyErrorCodes carPropertyErrorCodes) { in toString()
/packages/services/Car/service/src/com/android/car/
DAidlVehicleStub.java909 CarPropertyErrorCodes carPropertyErrorCodes = in toVehicleStubResult() local
962 CarPropertyErrorCodes carPropertyErrorCodes = in toVehicleStubResult() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java244 CarPropertyErrorCodes carPropertyErrorCodes = in deliverResult() local
254 CarPropertyErrorCodes carPropertyErrorCodes, HalPropValue propValue, boolean get) { in deliverResult()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java1586 CarPropertyErrorCodes carPropertyErrorCodes = in onPropertySetError() local
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java588 CarPropertyErrorCodes carPropertyErrorCodes) { in PropertyAsyncError()