Home
last modified time | relevance | path

Searched refs:propertyNotAvailableErrorCode (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/car-lib/src/android/car/hardware/property/
DPropertyNotAvailableErrorCode.java67 @PropertyNotAvailableErrorCodeInt int propertyNotAvailableErrorCode) { in toString()
68 switch (propertyNotAvailableErrorCode) { in toString()
82 return Integer.toString(propertyNotAvailableErrorCode); in toString()
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DCarPropertyErrorCodes.java343 Integer propertyNotAvailableErrorCode = in getPropertyNotAvailableErrorCodeFromStatusCode() local
345 if (propertyNotAvailableErrorCode == null) { in getPropertyNotAvailableErrorCodeFromStatusCode()
349 return propertyNotAvailableErrorCode; in getPropertyNotAvailableErrorCodeFromStatusCode()