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