Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/hardware/property/
DPropertyNotAvailableException.java38 public PropertyNotAvailableException(int propertyId, int areaId, int vendorErrorCode) { in PropertyNotAvailableException() argument
41 + " - is not available because of vendor error code: " + vendorErrorCode); in PropertyNotAvailableException()
42 mVendorErrorCode = vendorErrorCode; in PropertyNotAvailableException()
49 int vendorErrorCode) { in PropertyNotAvailableException() argument
55 mVendorErrorCode = vendorErrorCode; in PropertyNotAvailableException()
DCarInternalErrorException.java43 public CarInternalErrorException(int propertyId, int areaId, int vendorErrorCode) { in CarInternalErrorException() argument
46 + "vendor error code: " + vendorErrorCode); in CarInternalErrorException()
47 mVendorErrorCode = vendorErrorCode; in CarInternalErrorException()
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DCarPropertyErrorCodes.java210 int vendorErrorCode, int systemErrorCode) { in CarPropertyErrorCodes() argument
212 mVendorErrorCode = vendorErrorCode; in CarPropertyErrorCodes()
442 int vendorErrorCode = in.readInt(); in CarPropertyErrorCodes() local
448 this.mVendorErrorCode = vendorErrorCode; in CarPropertyErrorCodes()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMonitor.java350 public void broadcastWpsFailEvent(String iface, int cfgError, int vendorErrorCode) { in broadcastWpsFailEvent() argument
352 switch(vendorErrorCode) { in broadcastWpsFailEvent()
360 reason = vendorErrorCode; in broadcastWpsFailEvent()