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()
333 case RadioError.MODEM_ERR: in rilErrorToScanError()365 case MODEM_ERR: in commandExceptionErrorToScanError()
789 case MODEM_ERR: in rilErrorToSmsManagerResult()
76 int MODEM_ERR = 40; /* Hit unexpected modem error */ field
1389 } else if (err == CommandException.Error.MODEM_ERR) { in onSetComplete()