Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/hardware/property/
DPropertyNotAvailableException.java43 PropertyNotAvailableException(int propertyId, int areaId, int detailedErrorCode, in PropertyNotAvailableException() argument
48 + PropertyNotAvailableErrorCode.toString(detailedErrorCode)); in PropertyNotAvailableException()
49 mDetailedErrorCode = detailedErrorCode; in PropertyNotAvailableException()
DDetailedErrorCode.java81 @DetailedErrorCodeInt int detailedErrorCode) { in toString()
82 switch (detailedErrorCode) { in toString()
96 return Integer.toString(detailedErrorCode); in toString()
/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileActivator.java338 int detailedErrorCode) { in onDownloadError() argument
396 .setDetailedErrCode(detailedErrorCode) in onDownloadError()
/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
DONSProfileDownloaderTest.java136 int detailedErrorCode) { in testDownloadSuccessCallback()