Searched refs:propertyAsyncError (Results 1 – 1 of 1) sorted by relevance
2615 public void onFailure(PropertyAsyncError propertyAsyncError) { in onFailure() argument2617 mPropertyAsyncErrors.add(propertyAsyncError); in onFailure()2669 public void onFailure(PropertyAsyncError propertyAsyncError) { in onFailure() argument2671 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 …]