Searched refs:MODEM_ERR (Results 1 – 5 of 5) sorted by relevance
76 MODEM_ERR, enumConstant222 case RILConstants.MODEM_ERR: in fromRilErrno()223 return new CommandException(Error.MODEM_ERR); in fromRilErrno()
330 case RadioError.MODEM_ERR: in rilErrorToScanError()362 case MODEM_ERR: in commandExceptionErrorToScanError()
827 case MODEM_ERR: in rilErrorToSmsManagerResult()
76 int MODEM_ERR = 40; /* Hit unexpected modem error */ field
1367 } else if (err == CommandException.Error.MODEM_ERR) { in onSetComplete()