Searched refs:ENCODING_ERR (Results 1 – 3 of 3) sorted by relevance
94 ENCODING_ERR, enumConstant273 case RILConstants.ENCODING_ERR: in fromRilErrno()274 return new CommandException(Error.ENCODING_ERR); in fromRilErrno()
1244 case ENCODING_ERR: in rilErrorToSmsManagerResult()
103 int ENCODING_ERR = 57; /* Message not encoded properly */ field