Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/hardware/property/
DPropertyNotAvailableException.java36 PropertyNotAvailableException(int propertyId, int areaId, int vendorErrorCode) { in PropertyNotAvailableException() argument
39 + " - is not available because of vendor error code: " + vendorErrorCode); in PropertyNotAvailableException()
40 mVendorErrorCode = vendorErrorCode; in PropertyNotAvailableException()
44 int vendorErrorCode) { in PropertyNotAvailableException() argument
50 mVendorErrorCode = vendorErrorCode; in PropertyNotAvailableException()
DCarInternalErrorException.java37 CarInternalErrorException(int propertyId, int areaId, int vendorErrorCode) { in CarInternalErrorException() argument
40 + "vendor error code: " + vendorErrorCode); in CarInternalErrorException()
41 mVendorErrorCode = vendorErrorCode; in CarInternalErrorException()
DCarPropertyManager.java2845 int vendorErrorCode = CarPropertyErrorCodes.getVhalVendorErrorCode(e.errorCode); in handleCarServiceSpecificException() local
2849 throw new PropertyNotAvailableException(propertyId, areaId, vendorErrorCode); in handleCarServiceSpecificException()
2857 throw new CarInternalErrorException(propertyId, areaId, vendorErrorCode); in handleCarServiceSpecificException()
2864 getPropertyNotAvailableErrorCodeFromStatusCode(errorCode), vendorErrorCode); in handleCarServiceSpecificException()
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DCarPropertyErrorCodes.java82 int vendorErrorCode, int systemErrorCode) { in CarPropertyErrorCodes() argument
84 mVendorErrorCode = vendorErrorCode; in CarPropertyErrorCodes()
271 int vendorErrorCode = in.readInt(); in CarPropertyErrorCodes() local
277 this.mVendorErrorCode = vendorErrorCode; in CarPropertyErrorCodes()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMonitor.java346 public void broadcastWpsFailEvent(String iface, int cfgError, int vendorErrorCode) { in broadcastWpsFailEvent() argument
348 switch(vendorErrorCode) { in broadcastWpsFailEvent()
356 reason = vendorErrorCode; in broadcastWpsFailEvent()