Home
last modified time | relevance | path

Searched refs:INTERNAL_ERR (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandException.java65 INTERNAL_ERR, enumConstant
206 case RILConstants.INTERNAL_ERR: in fromRilErrno()
207 return new CommandException(Error.INTERNAL_ERR); in fromRilErrno()
DNetworkScanRequestTracker.java265 case RadioError.INTERNAL_ERR: in rilErrorToScanError()
297 case INTERNAL_ERR: in commandExceptionErrorToScanError()
/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java80 int INTERNAL_ERR = 38; /* Hit unexpected vendor internal error scenario */ field