Searched refs:TYPE_TTS (Results 1 – 3 of 3) sorted by relevance
150 public static final String TYPE_TTS = "[@type=\"tts\"]"; field in Emoji153 return NAME_PATHS != null ? NAME_PATHS : (NAME_PATHS = buildPaths(TYPE_TTS)); in getNamePaths()
40 String namePath = base + Emoji.TYPE_TTS; in main()
439 if (path.contains(Emoji.TYPE_TTS)) { in processInput()