Home
last modified time | relevance | path

Searched refs:ERROR_CODES_NOT_AVAILABLE (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DVehicleStubWrapper.java20 import static com.android.car.internal.property.CarPropertyErrorCodes.ERROR_CODES_NOT_AVAILABLE;
418 ERROR_CODES_NOT_AVAILABLE); in getAsync()
DFakeVehicleStub.java20 import static com.android.car.internal.property.CarPropertyErrorCodes.ERROR_CODES_NOT_AVAILABLE;
184 ERROR_CODES_NOT_AVAILABLE); in getAsync()
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyErrorCodesUnitTest.java74 CarPropertyErrorCodes.ERROR_CODES_NOT_AVAILABLE; in testCarPropertyErrorCodesStatusNotAvailable()
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DCarPropertyErrorCodes.java128 public static CarPropertyErrorCodes ERROR_CODES_NOT_AVAILABLE = field in CarPropertyErrorCodes
/packages/services/Car/service/src/com/android/car/
DHidlVehicleStub.java259 CarPropertyErrorCodes.ERROR_CODES_NOT_AVAILABLE, in getAsync()
DAidlVehicleStub.java1119 CarPropertyErrorCodes.ERROR_CODES_NOT_AVAILABLE); in toVehicleStubResult()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java706 CarPropertyErrorCodes.ERROR_CODES_NOT_AVAILABLE); in parseGetAsyncResults()