Searched refs:vendorErrorCode (Results 1 – 4 of 4) sorted by relevance
38 public PropertyNotAvailableException(int propertyId, int areaId, int vendorErrorCode) { in PropertyNotAvailableException() argument41 + " - is not available because of vendor error code: " + vendorErrorCode); in PropertyNotAvailableException()42 mVendorErrorCode = vendorErrorCode; in PropertyNotAvailableException()49 int vendorErrorCode) { in PropertyNotAvailableException() argument55 mVendorErrorCode = vendorErrorCode; in PropertyNotAvailableException()
43 public CarInternalErrorException(int propertyId, int areaId, int vendorErrorCode) { in CarInternalErrorException() argument46 + "vendor error code: " + vendorErrorCode); in CarInternalErrorException()47 mVendorErrorCode = vendorErrorCode; in CarInternalErrorException()
210 int vendorErrorCode, int systemErrorCode) { in CarPropertyErrorCodes() argument212 mVendorErrorCode = vendorErrorCode; in CarPropertyErrorCodes()442 int vendorErrorCode = in.readInt(); in CarPropertyErrorCodes() local448 this.mVendorErrorCode = vendorErrorCode; in CarPropertyErrorCodes()
350 public void broadcastWpsFailEvent(String iface, int cfgError, int vendorErrorCode) { in broadcastWpsFailEvent() argument352 switch(vendorErrorCode) { in broadcastWpsFailEvent()360 reason = vendorErrorCode; in broadcastWpsFailEvent()