Home
last modified time | relevance | path

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

/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java2615 public void onFailure(PropertyAsyncError propertyAsyncError) { in onFailure() argument
2617 mPropertyAsyncErrors.add(propertyAsyncError); in onFailure()
2669 public void onFailure(PropertyAsyncError propertyAsyncError) { in onFailure() argument
2671 mPropertyAsyncErrors.add(propertyAsyncError); in onFailure()
2735 for (PropertyAsyncError propertyAsyncError : in verifyGetPropertiesAsync()
2737 int requestId = propertyAsyncError.getRequestId(); in verifyGetPropertiesAsync()
2741 + propertyAsyncError).fail(); in verifyGetPropertiesAsync()
2744 + propertyAsyncError).fail(); in verifyGetPropertiesAsync()
2830 for (PropertyAsyncError propertyAsyncError : in verifySetPropertiesAsync()
2832 int requestId = propertyAsyncError.getRequestId(); in verifySetPropertiesAsync()
[all …]