Searched refs:SYSTEM_ERR (Results 1 – 6 of 6) sorted by relevance
76 SYSTEM_ERR, enumConstant237 case RILConstants.SYSTEM_ERR: in fromRilErrno()238 return new CommandException(Error.SYSTEM_ERR); in fromRilErrno()
96 if (error == RadioError.SYSTEM_ERR) { in detectRadioBug()
1242 case SYSTEM_ERR: in rilErrorToSmsManagerResult()
1364 int error = RadioError.SYSTEM_ERR; in radioServiceInvokeHelper()
81 int SYSTEM_ERR = 39; /* Hit platform or system error */ field
397 RIL_REQUEST_GET_SIM_STATUS, RadioError.SYSTEM_ERR); in testRadioErrorWithContinuousSystemErr()2773 if (err == CommandException.Error.SYSTEM_ERR) { in testRadioServiceInvokeHelper()