Searched refs:INVALID_SMS_FORMAT (Results 1 – 2 of 2) sorted by relevance
83 INVALID_SMS_FORMAT, enumConstant242 case RILConstants.INVALID_SMS_FORMAT: in fromRilErrno()243 return new CommandException(Error.INVALID_SMS_FORMAT); in fromRilErrno()
98 int INVALID_SMS_FORMAT = 56; /* Invalid sms format */ field