Searched refs:mPropertyAsyncErrors (Results 1 – 1 of 1) sorted by relevance
2582 private final List<PropertyAsyncError> mPropertyAsyncErrors = new ArrayList<>(); field in VehiclePropertyVerifier.TestGetPropertyCallback2602 return mPropertyAsyncErrors; in getPropertyAsyncErrors()2617 mPropertyAsyncErrors.add(propertyAsyncError); in onFailure()2635 private final List<PropertyAsyncError> mPropertyAsyncErrors = new ArrayList<>(); field in VehiclePropertyVerifier.TestSetPropertyCallback2656 return mPropertyAsyncErrors; in getPropertyAsyncErrors()2671 mPropertyAsyncErrors.add(propertyAsyncError); in onFailure()