Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/com/android/car/internal/property/
DGetSetValueResult.java65 public static GetSetValueResult newErrorResult(int requestId, in newErrorResult() method in GetSetValueResult
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java251 return GetSetValueResult.newErrorResult(getManagerRequestId(), errorCodes); in toErrorResult()
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyManagerUnitTest.java1102 GetSetValueResult getValueResult = GetSetValueResult.newErrorResult( in testGetPropertiesAsync_cancellationSignalCancelRequests()
1217 GetSetValueResult getValueResult = GetSetValueResult.newErrorResult( in testOnGetValueResult_onFailure()