Searched refs:vendorErrorCode (Results 1 – 5 of 5) sorted by relevance
/packages/services/Car/car-lib/src/android/car/hardware/property/ |
D | PropertyNotAvailableException.java | 36 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()
|
D | CarInternalErrorException.java | 37 CarInternalErrorException(int propertyId, int areaId, int vendorErrorCode) { in CarInternalErrorException() argument 40 + "vendor error code: " + vendorErrorCode); in CarInternalErrorException() 41 mVendorErrorCode = vendorErrorCode; in CarInternalErrorException()
|
D | CarPropertyManager.java | 2845 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/ |
D | CarPropertyErrorCodes.java | 82 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/ |
D | WifiMonitor.java | 346 public void broadcastWpsFailEvent(String iface, int cfgError, int vendorErrorCode) { in broadcastWpsFailEvent() argument 348 switch(vendorErrorCode) { in broadcastWpsFailEvent() 356 reason = vendorErrorCode; in broadcastWpsFailEvent()
|