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