Searched refs:getLocalePrefForEngine (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/ |
D | TtsEnginesTests.java | 58 mTtsHelper.getLocalePrefForEngine("foo","foo:en-US")); in testGetLocalePrefForEngine() 60 mTtsHelper.getLocalePrefForEngine("foo","foo:eng-usa")); in testGetLocalePrefForEngine() 62 mTtsHelper.getLocalePrefForEngine("foo","foo:eng_USA")); in testGetLocalePrefForEngine() 64 mTtsHelper.getLocalePrefForEngine("foo","foo:deu-deu")); in testGetLocalePrefForEngine() 66 mTtsHelper.getLocalePrefForEngine("foo","foo:,bar:xx")); in testGetLocalePrefForEngine() 68 mTtsHelper.getLocalePrefForEngine("other","foo:,bar:xx")); in testGetLocalePrefForEngine()
|
/frameworks/base/core/java/android/speech/tts/ |
D | TtsEngines.java | 335 public Locale getLocalePrefForEngine(String engineName) { in getLocalePrefForEngine() method in TtsEngines 336 return getLocalePrefForEngine(engineName, in getLocalePrefForEngine() 342 public Locale getLocalePrefForEngine(String engineName, String prefValue) { in getLocalePrefForEngine() method in TtsEngines
|
D | TextToSpeechService.java | 417 final Locale locale = mEngineHelper.getLocalePrefForEngine(mPackageName); in getSettingsLocale()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 70111 Landroid/speech/tts/TtsEngines;->getLocalePrefForEngine(Ljava/lang/String;Ljava/lang/String;)Ljava/…
|