Searched refs:propertyAsyncError (Results 1 – 3 of 3) sorted by relevance
83 public void onFailure(@NonNull CarPropertyManager.PropertyAsyncError propertyAsyncError) { in onFailure() argument84 int requestId = propertyAsyncError.getRequestId(); in onFailure()90 mErrorList.add(propertyAsyncError); in onFailure()
120 public void onFailure(@NonNull CarPropertyManager.PropertyAsyncError propertyAsyncError) {123 + propertyAsyncError.getErrorCode() + " and vendor error code: "124 + propertyAsyncError.getVendorErrorCode(), Toast.LENGTH_SHORT).show();138 @NonNull CarPropertyManager.PropertyAsyncError propertyAsyncError) {141 + propertyAsyncError.getErrorCode() + " and vendor error code: "142 + propertyAsyncError.getVendorErrorCode(), Toast.LENGTH_SHORT).show();
232 void onFailure(@NonNull PropertyAsyncError propertyAsyncError); in onFailure() argument270 void onFailure(@NonNull PropertyAsyncError propertyAsyncError); in onFailure() argument