Searched refs:MODEM_ERR (Results 1 – 5 of 5) sorted by relevance
77 MODEM_ERR, enumConstant239 case RILConstants.MODEM_ERR: in fromRilErrno()240 return new CommandException(Error.MODEM_ERR); in fromRilErrno()
345 case RadioError.MODEM_ERR: in rilErrorToScanError()377 case MODEM_ERR: in commandExceptionErrorToScanError()
1246 case MODEM_ERR: in rilErrorToSmsManagerResult()
82 int MODEM_ERR = 40; /* Hit unexpected modem error */ field
1558 } else if (err == CommandException.Error.MODEM_ERR) { in onSetComplete()