Searched refs:getFeatures (Results 1 – 8 of 8) sorted by relevance
17 static Set<String> getFeatures(TextToSpeech tts, Locale locale) { in getFeatures() method in TextToSpeechICSMR120 return tts.getFeatures(locale); in getFeatures()
90 public List<String> getFeatures() { in getFeatures() method in Renderer
181 public Set<String> getFeatures() { in getFeatures() method in Voice
1284 public Set<String> getFeatures(final Locale locale) {
1243 protected final int getFeatures() in getFeatures() method in Window1255 return (getFeatures() & (1 << feature)) != 0; in hasFeature()
220 android.speech.tts.TextToSpeech.Engine#getFeatures(java.util.Locale)221 getFeatures()}for querying and enabling network TTS support.
303 final int features = getFeatures(); in requestFeature()3210 if ((getFeatures() & (1 << featureId)) != 0) {3716 if ((getFeatures() & (1 << featureId)) == 0) {3763 if ((getFeatures() & (1 << featureId)) == 0) {3815 if ((getFeatures() & featureMask) == 0 && !fromResume) {3852 if ((getFeatures() & featureMask) == 0 && !fromResume) {
27263 method public deprecated java.util.Set<java.lang.String> getFeatures(java.util.Locale);27383 method public java.util.Set<java.lang.String> getFeatures();34272 method protected final int getFeatures();