Home
last modified time | relevance | path

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

/cts/tests/tests/speech/src/android/speech/tts/cts/
DTextToSpeechServiceTest.java110 UTTERANCE, createParams("mocktofile"), sampleFile.getPath()); in testSynthesizeToFile()
179 tts.synthesizeToFile(invalid, createParams("mockToFile"), in testMaxSpeechInputLength()
182 tts.synthesizeToFile(valid, createParams("mockToFile"), sampleFile.getPath())); in testMaxSpeechInputLength()
189 int result = getTts().speak(UTTERANCE, TextToSpeech.QUEUE_FLUSH, createParams("mockspeak")); in testSpeak()
333 private HashMap<String, String> createParams(String utteranceId) { in createParams() method in TextToSpeechServiceTest
/cts/tests/tests/widget/src/android/widget/cts/util/
DListScenario.java296 final Params params = createParams(); in onCreate()
414 protected Params createParams() { in createParams() method in ListScenario
DExpandableListScenario.java51 protected Params createParams() { in createParams() method in ExpandableListScenario