Searched refs:tts2 (Results 1 – 1 of 1) sorted by relevance
173 public Annotations(Set<String> attributes, String tts2) { in Annotations() argument175 tts = tts2; in Annotations()178 public Annotations add(Set<String> attributes, String tts2) { in add() argument180 getShortName() == null ? tts2 : tts2 == null ? getShortName() : throwDup()); in add()