Home
last modified time | relevance | path

Searched refs:createParams (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/speech/src/android/speech/tts/cts/
DTextToSpeechServiceTest.java58 … int result = getTts().synthesizeToFile(UTTERANCE, createParams("tofile"), sampleFile.getPath()); in testSynthesizeToFile()
72 int result = getTts().speak(UTTERANCE, TextToSpeech.QUEUE_FLUSH, createParams("speak")); in testSpeak()
116 private HashMap<String, String> createParams(String utteranceId) { in createParams() method in TextToSpeechServiceTest
DTextToSpeechTest.java104 private HashMap<String, String> createParams(String utteranceId) { in createParams() method in TextToSpeechTest
122 int result = getTts().synthesizeToFile(SAMPLE_TEXT, createParams("tofile"), in testSynthesizeToFile()
140 int result = getTts().speak(SAMPLE_TEXT, TextToSpeech.QUEUE_FLUSH, createParams("speak")); in testSpeak()
/cts/tests/tests/widget/src/android/widget/cts/util/
DListScenario.java309 final Params params = createParams(); in onCreate()
438 protected Params createParams() { in createParams() method in ListScenario
DExpandableListScenario.java51 protected Params createParams() { in createParams() method in ExpandableListScenario